Click or drag to resize

Coordinate Properties

The Coordinate type exposes the following members.

Properties
  NameDescription
Public propertyErrorMessage
The error message, if any, received in attempting to geocode an address using GetCoordinates(String) or GetCoordinates(String) directly. Typically his will be set when Status is other than OK or empty.
Public propertyLatitude
Gets/Sets the Latitude
Public propertyLongitude
Gets/Sets the Longitude
Public propertyStatus
The status received in attempting to geocode an address using GetCoordinates(String) or GetCoordinates(String) directly. If successful this will be OK For any other non-empty value see ErrorMessage for additional information.
Top
See Also