USGeocodeAddress Methods |
The USGeocodeAddress type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetFields |
Gets the fields contained within this address; such as street name, city and postal (zip) code.
(Inherited from GeocodeAddress.) | |
GetFields(String) |
Gets the fields associated with a USGeoCodeAddress, in the specified language.
(Overrides GeocodeAddressGetFields(String).) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetOrdinal(String) |
Finds the ordinal number of the specified field within the GeoCodeAddress structure, in the
default language (English).
(Inherited from GeocodeAddress.) | |
GetOrdinal(String, String) |
Finds the ordinal number of the specified field within the GeoCodeAddress structure, in a
language specified by three-letter ISO country code.
(Inherited from GeocodeAddress.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToGeocodeResult |
Stores the address used to generate a geocode result as a RawAddress.
The result is found in FoundAddress.
(Inherited from GeocodeAddress.) | |
ToString |
Format the address for display, depending on the
information available. (Inherited from GeocodeAddress.) |