Click or drag to resize
GeocoderReverseGeocode Method
doogal.co.uk Home



Reverses geocode the specified location.

Namespace: GoogleDirections
Assembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public string ReverseGeocode(
	LatLng location
)

Parameters

location
Type: GoogleDirectionsLatLng
The location.

Return Value

Type: String
Returns the address of the location.
See Also