Telogis.GeoBase.Addresses.GeoCodeResult |
Represents both the input address and the address found from the input.
Name | Description |
---|---|
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 |
setRawAddress (Addresses.IAddressData rawAddress) | Sets the rawAddress. Arguments |