Click or drag to resize

GeocodeReverseGeocode Method

Overload List
  NameDescription
Public methodStatic memberReverseGeocode(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.
Public methodStatic memberReverseGeocode(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.
Top
See Also