Click or drag to resize

GeocodeAddress Methods

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

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