Click or drag to resize
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)
Syntax
public Dictionary<string, string> ReverseGeocodeComponents(
	LatLng location
)

Parameters

location
Type: GoogleDirectionsLatLng
The location.

Return Value

Type: DictionaryString, String
A dictionary of address components
Exceptions
ExceptionCondition
ExceptionFailed to find the address
See Also