GeocoderReverseGeocode Method |
doogal.co.uk Home
Reverses geocode the specified location.
Namespace: GoogleDirectionsAssembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string ReverseGeocode(
LatLng location
)
Public Function ReverseGeocode (
location As LatLng
) As String
public:
String^ ReverseGeocode(
LatLng^ location
)
member ReverseGeocode :
location : LatLng -> string
Parameters
- location
- Type: GoogleDirectionsLatLng
The location.
Return Value
Type:
StringReturns the address of the location.
See Also