Click or drag to resize

KmlAddress Class

Represents a structured address
Inheritance Hierarchy
SystemObject
  NetQuarry.GoogleGeocoderKmlAddress

Namespace:  NetQuarry.GoogleGeocoder
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class KmlAddress

The KmlAddress type exposes the following members.

Constructors
  NameDescription
Public methodKmlAddress
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).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAccuracy
The address accuracy.
Public fieldAddress
The full address, if possible.
Public fieldAdministrativeAreaName
Gets/Sets the AdministrativeAreaName parameter. This is generally the state (CA, KY) code.
Public fieldCoordinates
Gets/Sets the Coordinates containing the latitude / longitude.
Public fieldCountryNameCode
The Country name code (short code - US: United States, CAN: Canada)
Public fieldErrorMessage
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.
Public fieldLocalityName
Gets/Sets the city name.
Public fieldPostalCodeNumber
Gets/Sets the postal code - zip code.
Public fieldStatus
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.
Public fieldStatusCode
The HTTP status code from the response
Public fieldSubAdministrativeAreaName
Gets/Sets the SubAdministrativeAreaName parameter. This is generally the city (or county in the US).
Public fieldThoroughfareName
Gets/Sets the street and street number (when fully resolved).
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
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.)
Top
See Also