Telogis.GeoBase.Addresses.StructuredAddressData |
StructuredAddressData represents an address that has been fully structured and allows specific details of the address to be stored and retrieved.
Name | Description |
---|---|
getBuilding () | Gets the building name of the address. ReturnsString - The building name of the address. |
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. |
getMaxStreetNumber () | Gets the maximum house number on this street. ReturnsString - The maximum house number. |
getMinStreetNumber () | Gets the minimum house number on this street. ReturnsString - The minimum house number. |
getPostCode () | Gets the postcode at this address. ReturnsString - The postcode. |
getRegions () | Gets the regions of this address. ReturnsArray - An array of string containing the regions. |
getStreetNames () | Gets the names of the street at this address. ReturnsArray - An array of strings containing the street names. |
getStreetNumber () | Gets the street number for the address. ReturnsString - The addresses street number. |
getSubregions () | Gets the subregions of this address. ReturnsArray - An array of strings containing the subregions. |
getUnit () | Gets the name of the Unit. ReturnsString - The unit name for the address. |
setBuilding (String building) | Sets the building name of the address. Arguments
|
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 |
setMaxStreetNumber (String maxStreetNumber) | Sets the maximum house number on this street. Arguments
|
setMinStreetNumber (String minStreetNumber) | Sets the minimum house number on this street. Arguments
|
setPostCode (String postCode) | Sets the post code of the address. Arguments
|
setRegions (Array regions) | Sets the region names of the address. Arguments
|
setStreetNames (Array streetNames) | Sets the street names of this address. Arguments
|
setStreetNumber (String streetNumber) | Sets the street number of the address. Arguments
|
setSubregions (Array subregions) | Sets the subregions of the address. Arguments
|
setUnit (String unit) | Sets unit name of the address. Arguments
|