GeocodeAddress Methods |
The GeocodeAddress 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.
| |
GetFields(String) |
Implemented by derived classes to get the fields contained within this address, in the specified language.
| |
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).
| |
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.
| |
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.
| |
ToString |
Format the address for display, depending on the
information available. (Overrides ObjectToString.) |