Click or drag to resize

Telogis.GeoBase.Addresses.GeoCodeResult

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

Represents both the input address and the address found from the input.

Functions
NameDescription
getFoundAddress () Returns

Addresses.IStructuredAddressData - Gets the resulting Addresses.IStructuredAddressData of the geocoded address.

getRawAddress () Returns

Addresses.IAddressData - Gets the Addresses.IAddressData that represents the original address given to find this Addresses.IGeocodeResult.

setFoundAddress (Addresses.IStructuredAddressData foundAddress)

Sets the foundAddress.

Arguments
  • foundAddress (Addresses.IStructuredAddressData) - The Addresses.IStructuredAddressData to set the foundAddress with.

setRawAddress (Addresses.IAddressData rawAddress)

Sets the rawAddress.

Arguments
  • rawAddress (Addresses.IAddressData) - The Addresses.IAddressData to set the rawAddres with.