C# Класс 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."
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
HttpUri System.Uri
HttpsUri System.Uri

Открытые методы

Метод Описание
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.

Описание методов

GeocodingService() публичный Метод

public GeocodingService ( ) : System
Результат System

GeocodingService() публичный Метод

public GeocodingService ( Uri baseUri ) : System
baseUri System.Uri
Результат System

GetResponse() публичный Метод

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
Результат Google.Maps.Geocoding.GeocodeResponse

Описание свойств

HttpUri публичное статическое свойство

public static Uri,System HttpUri
Результат System.Uri

HttpsUri публичное статическое свойство

public static Uri,System HttpsUri
Результат System.Uri