Click or drag to resize

GeoAddress Properties

The GeoAddress type exposes the following members.

Properties
  NameDescription
Public propertyFormattedAddress
The formatted address. For a particular latitude/longitude this can vary depending on the location type specified when reverse-geocoding an address using ReverseGeocode(Decimal, Decimal, String).
Public propertyLatitude
The latitude.
Public propertyLocationTypes
The list of location types for this address. Examples of location types include street_address, establishment, light_rail_station, point_of_interest, transit_station as well as many others.
Public propertyLongitude
The longitude.
Top
See Also