Click or drag to resize

GeocodeResult Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
This class is used to store the raw IAddressData supplied for a geocoding operation, and the IStructuredAddressData returned.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.AddressesGeocodeResult

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class GeocodeResult : IGeocodeResult

The GeocodeResult type exposes the following members.

Constructors
  NameDescription
Public methodGeocodeResult
Represents both the input address and the address found from the input.
Top
Properties
  NameDescription
Public propertyFoundAddress
Gets the resulting IStructuredAddressData of the geocoded address.
Public propertyRawAddress
Gets the IAddressData that represents the original address given to find this IGeocodeResult.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also