Click or drag to resize

USGeocodeAddress Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The USGeocodeAddress type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetFields
Gets the fields contained within this address; such as street name, city and postal (zip) code.
(Inherited from GeocodeAddress.)
Public methodGetFields(String)
Gets the fields associated with a USGeoCodeAddress, in the specified language.
(Overrides GeocodeAddressGetFields(String).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOrdinal(String)
Finds the ordinal number of the specified field within the GeoCodeAddress structure, in the default language (English).
(Inherited from GeocodeAddress.)
Public methodGetOrdinal(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.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode exampleToGeocodeResult
Stores the address used to generate a geocode result as a RawAddress. The result is found in FoundAddress.
(Inherited from GeocodeAddress.)
Public methodToString
Format the address for display, depending on the information available.
(Inherited from GeocodeAddress.)
Top
See Also