C# Class Google.Maps.Places.Details.PlaceDetailsService

Provides a direct way to access Places Details via an HTTP request.
Show file Open project: ericnewton76/gmaps-api-net Class Usage Examples

Public Properties

Property Type Description
HttpsUri System.Uri

Public Methods

Method Description
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

Method Details

GetResponse() public method

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
return PlaceDetailsResponse

PlaceDetailsService() public method

public PlaceDetailsService ( ) : System
return System

PlaceDetailsService() public method

public PlaceDetailsService ( Uri baseUri ) : System
baseUri System.Uri
return System

Property Details

HttpsUri public static property

public static Uri,System HttpsUri
return System.Uri