Click or drag to resize

GeocodeResult Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Represents both the input address and the address found from the input.

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public GeocodeResult(
	IAddressData rawAddress,
	IStructuredAddressData foundAddress
)

Parameters

rawAddress
Type: Telogis.GeoBase.AddressesIAddressData
The address used to search for the foundAddress.
foundAddress
Type: Telogis.GeoBase.AddressesIStructuredAddressData
The address which was found when geocoding the rawAddress.
See Also