Click or drag to resize

Telogis.GeoBase.Addresses.StreetAddressData

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
StreetAddressData 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
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.

getPostCode ()

Gets the postcode at this address.

Returns

String - The postcode.

getState ()

Gets the state name.

Returns

String - The state name.

getStreetAddress ()

Gets the street address.

Returns

String - The street address.

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
setPostCode (String postCode)

Sets the post code of the address.

Arguments
  • postCode (String) - The postcode value.

setState (String state)

Sets the state of the address.

Arguments
  • state (String) - The state name.

setStreetAddress (String streetAddress)

Sets the street address.

Arguments
  • streetAddress (String) - The street address.