KmlAddress Fields |
The KmlAddress type exposes the following members.
Name | Description | |
---|---|---|
Accuracy |
The address accuracy.
| |
Address |
The full address, if possible.
| |
AdministrativeAreaName |
Gets/Sets the AdministrativeAreaName parameter. This is generally the state (CA, KY) code.
| |
Coordinates |
Gets/Sets the Coordinates containing the latitude / longitude.
| |
CountryNameCode |
The Country name code (short code - US: United States, CAN: Canada)
| |
ErrorMessage |
The error message, if any, received in attempting to geocode an address using CrackAddress(String)
or the KmlAddress(String) constructor directly. Typically his will be set when Status
is other than OK.
| |
LocalityName |
Gets/Sets the city name.
| |
PostalCodeNumber |
Gets/Sets the postal code - zip code.
| |
Status |
The status received in attempting to geocode an address using CrackAddress(String)
or the KmlAddress(String) constructor directly. If successful this will be OK
For any other value see ErrorMessage for additional information.
| |
StatusCode |
The HTTP status code from the response
| |
SubAdministrativeAreaName |
Gets/Sets the SubAdministrativeAreaName parameter. This is generally the city (or county in the US).
| |
ThoroughfareName |
Gets/Sets the street and street number (when fully resolved).
|