Coordinate Properties |
The Coordinate type exposes the following members.
| Name | Description | |
|---|---|---|
| ErrorMessage |
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.
| |
| Latitude |
Gets/Sets the Latitude
| |
| Longitude |
Gets/Sets the Longitude
| |
| Status |
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.
|