C# 클래스 Google.Maps.Places.Details.PlaceDetailsService

Provides a direct way to access Places Details via an HTTP request.
파일 보기 프로젝트 열기: ericnewton76/gmaps-api-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HttpsUri System.Uri

공개 메소드들

메소드 설명
GetResponse ( PlaceDetailsRequest request ) : PlaceDetailsResponse

Sends the specified request to the Google Maps Places web service and parses the response as an PlaceDetailsResponse object.

PlaceDetailsService ( ) : System
PlaceDetailsService ( Uri baseUri ) : System

메소드 상세

GetResponse() 공개 메소드

Sends the specified request to the Google Maps Places web service and parses the response as an PlaceDetailsResponse object.
public GetResponse ( PlaceDetailsRequest request ) : PlaceDetailsResponse
request PlaceDetailsRequest
리턴 PlaceDetailsResponse

PlaceDetailsService() 공개 메소드

public PlaceDetailsService ( ) : System
리턴 System

PlaceDetailsService() 공개 메소드

public PlaceDetailsService ( Uri baseUri ) : System
baseUri System.Uri
리턴 System

프로퍼티 상세

HttpsUri 공개적으로 정적으로 프로퍼티

public static Uri,System HttpsUri
리턴 System.Uri