GeocoderReverseGeocodeComponents Method |
doogal.co.uk Home
Reverses geocode the specified location.
Namespace:
GoogleDirections
Assembly:
GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.2 (2.0.0.2)
Syntaxpublic Dictionary<string, string> ReverseGeocodeComponents(
LatLng location
)
Public Function ReverseGeocodeComponents (
location As LatLng
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ ReverseGeocodeComponents(
LatLng^ location
)
member ReverseGeocodeComponents :
location : LatLng -> Dictionary<string, string>
Parameters
- location
- Type: GoogleDirectionsLatLng
The location.
Return Value
Type:
DictionaryString,
StringA dictionary of address components
ExceptionsException | Condition |
---|
Exception | Failed to find the address |
See Also