Click or drag to resize

Telogis.GeoBase.Addresses.OneLineAddressData

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

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.

Functions
NameDescription
getAddress ()

Gets address.

Returns

String - The address.

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.

setAddress (String address)

Sets the address.

Arguments
  • address (String) - The address.

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