KmlAddress Class |
Namespace: NetQuarry.GoogleGeocoder
The KmlAddress type exposes the following members.
Name | Description | |
---|---|---|
KmlAddress |
Creates a new instance of the object and extracts the values into the object's properties.
Typically an instance of this class is created by calling CrackAddress(String).
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
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).
|
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |