C# 클래스 GoogleAPIs.Services.GooglePlaces

파일 보기 프로젝트 열기: pashkov/Spontaneous 1 사용 예제들

공개 메소드들

메소드 설명
GetPlaceDetails ( string reference ) : PlaceDetailsResult
RadarSearch ( string lat = "0", string lng = "0" ) : List

비공개 메소드들

메소드 설명
RequestCompleted ( IAsyncResult result ) : void
makeRequest ( ) : void

메소드 상세

GetPlaceDetails() 공개 메소드

public GetPlaceDetails ( string reference ) : PlaceDetailsResult
reference string
리턴 GoogleAPIs.Models.PlaceDetailsResult

RadarSearch() 공개 메소드

public RadarSearch ( string lat = "0", string lng = "0" ) : List
lat string
lng string
리턴 List