C# Class Google.Maps.Geocoding.GeocodingService

Provides a direct way to access a geocoder via an HTTP request. Additionally, the service allows you to perform the converse operation (turning coordinates into addresses); this process is known as "reverse geocoding."
Afficher le fichier Open project: ericnewton76/gmaps-api-net Class Usage Examples

Méthodes publiques

Свойство Type Description
HttpUri System.Uri
HttpsUri System.Uri

Méthodes publiques

Méthode Description
GeocodingService ( ) : System
GeocodingService ( Uri baseUri ) : System
GetResponse ( GeocodingRequest request ) : Google.Maps.Geocoding.GeocodeResponse

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

Method Details

GeocodingService() public méthode

public GeocodingService ( ) : System
Résultat System

GeocodingService() public méthode

public GeocodingService ( Uri baseUri ) : System
baseUri System.Uri
Résultat System

GetResponse() public méthode

Sends the specified request to the Google Maps Geocoding web service and parses the response as an GeocodingResponse object.
public GetResponse ( GeocodingRequest request ) : Google.Maps.Geocoding.GeocodeResponse
request GeocodingRequest
Résultat Google.Maps.Geocoding.GeocodeResponse

Property Details

HttpUri public_oe static_oe property

public static Uri,System HttpUri
Résultat System.Uri

HttpsUri public_oe static_oe property

public static Uri,System HttpsUri
Résultat System.Uri