Telogis.GeoBase.Addresses.OneLineAddressData |
A class that inherits Addresses.IAddressData. Represents an address that is structured at the suburb level and above, however the street address (building name, street number, street name, etc) is a single string. Structured forward geocodes will store the RawAddress as an Addresses.IStreetAddressData.
Name | Description |
---|---|
getAddress () | Gets address. ReturnsString - The address. |
getCountry () | Gets the country name at this address. ReturnsString - The country name. |
getLocation () | Gets the LatLon location of this address. ReturnsLatLon - The LatLon location of the address. |
setAddress (String address) | Sets the address. Arguments
|
setCountry (String country) | Sets the country name of the address. Arguments
|
setLocation (LatLon location) | Sets the location of the address. Arguments |