Telogis.GeoBase.Addresses.StreetAddressData |
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 |
---|---|
getCity () | Gets the city name for this address. ReturnsString - The city name. |
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. |
getPostCode () | Gets the postcode at this address. ReturnsString - The postcode. |
getState () | Gets the state name. ReturnsString - The state name. |
getStreetAddress () | Gets the street address. ReturnsString - The street address. |
setCity (String city) | Sets the city name of the address. Arguments
|
setCountry (String country) | Sets the country name of the address. Arguments
|
setLocation (LatLon location) | Sets the location of the address. Arguments |
setPostCode (String postCode) | Sets the post code of the address. Arguments
|
setState (String state) | Sets the state of the address. Arguments
|
setStreetAddress (String streetAddress) | Sets the street address. Arguments
|