C# Class Ushahidi.Map.GoogleGeocodeService

Google Geocode Service
Exibir arquivo Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
GoogleGeocodeService ( string mapApiKey ) : System
ReverseGeocode ( double latitude, double longitude ) : void

Private Methods

Method Description
GetElementByTagName ( XmlDocument document, string name ) : string
ReverseGeocodeInternal ( ) : void

Method Details

GoogleGeocodeService() public method

public GoogleGeocodeService ( string mapApiKey ) : System
mapApiKey string
return System

ReverseGeocode() public method

public ReverseGeocode ( double latitude, double longitude ) : void
latitude double
longitude double
return void