C# Класс Ushahidi.Map.GoogleGeocodeService

Google Geocode Service
Показать файл Открыть проект

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

Метод Описание
GoogleGeocodeService ( string mapApiKey ) : System
ReverseGeocode ( double latitude, double longitude ) : void

Приватные методы

Метод Описание
GetElementByTagName ( XmlDocument document, string name ) : string
ReverseGeocodeInternal ( ) : void

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

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

public GoogleGeocodeService ( string mapApiKey ) : System
mapApiKey string
Результат System

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

public ReverseGeocode ( double latitude, double longitude ) : void
latitude double
longitude double
Результат void