GoogleMapServiceReverseGeocode Method |
Name | Description | |
---|---|---|
ReverseGeocode(Decimal, Decimal, String) |
Uses the GoogleMaps API to reverse-geocode the specified latitude and longitude and returns the corresponding address information.
For a particular latitude/longitude this can vary depending on the locationType specified.
Examples of location types include street_address, establishment, light_rail_station, point_of_interest, transit_station as well as many others.
When performing the reverse-geocode, an attempt is made to find the address for the locationType if one is specified.
If none is specified, or no address is found for the that locationType, then a second attempt is made to find any address
for the specified coordinates.
| |
ReverseGeocode(Double, Double, String) |
Uses the GoogleMaps API to reverse-geocode the specified latitude and longitude and returns the corresponding address information.
For a particular latitude/longitude this can vary depending on the locationType specified.
Examples of location types include street_address, establishment, light_rail_station, point_of_interest, transit_station as well as many others.
When performing the reverse-geocode, an attempt is made to find the address for the locationType if one is specified.
If none is specified, or no address is found for the that locationType, then a second attempt is made to find any address
for the specified coordinates.
|