Click or drag to resize

Telogis.GeoBase.Addresses.StructuredAddressData

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

StructuredAddressData represents an address that has been fully structured and allows specific details of the address to be stored and retrieved.

Functions
NameDescription
getBuilding ()

Gets the building name of the address.

Returns

String - The building name of the address.

getCity ()

Gets the city name for this address.

Returns

String - The city name.

getCountry ()

Gets the country name at this address.

Returns

String - The country name.

getLocation ()

Gets the LatLon location of this address.

Returns

LatLon - The LatLon location of the address.

getMaxStreetNumber ()

Gets the maximum house number on this street.

Returns

String - The maximum house number.

getMinStreetNumber ()

Gets the minimum house number on this street.

Returns

String - The minimum house number.

getPostCode ()

Gets the postcode at this address.

Returns

String - The postcode.

getRegions ()

Gets the regions of this address.

Returns

Array - An array of string containing the regions.

getStreetNames ()

Gets the names of the street at this address.

Returns

Array - An array of strings containing the street names.

getStreetNumber ()

Gets the street number for the address.

Returns

String - The addresses street number.

getSubregions ()

Gets the subregions of this address.

Returns

Array - An array of strings containing the subregions.

getUnit ()

Gets the name of the Unit.

Returns

String - The unit name for the address.

setBuilding (String building)

Sets the building name of the address.

Arguments
  • building (String) - The building name.

setCity (String city)

Sets the city name of the address.

Arguments
  • city (String) - The city name.

setCountry (String country)

Sets the country name of the address.

Arguments
  • country (String) - The country name.

setLocation (LatLon location)

Sets the location of the address.

Arguments
setMaxStreetNumber (String maxStreetNumber)

Sets the maximum house number on this street.

Arguments
  • maxStreetNumber (String) - The house number.

setMinStreetNumber (String minStreetNumber)

Sets the minimum house number on this street.

Arguments
  • minStreetNumber (String) - The house number.

setPostCode (String postCode)

Sets the post code of the address.

Arguments
  • postCode (String) - The postcode value.

setRegions (Array regions)

Sets the region names of the address.

Arguments
  • regions (Array) - An array of region names to assign to this address.

setStreetNames (Array streetNames)

Sets the street names of this address.

Arguments
  • streetNames (Array) - An array of street names to assign to this address.

setStreetNumber (String streetNumber)

Sets the street number of the address.

Arguments
  • streetNumber (String) - The street number.

setSubregions (Array subregions)

Sets the subregions of the address.

Arguments
  • subregions (Array) - An array of subregion names to assign to this address.

setUnit (String unit)

Sets unit name of the address.

Arguments
  • unit (String) - The unit name.