Click or drag to resize

Telogis.GeoBase.Addresses

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

Contains functions for formatting the addresses found by geocodes for different cultures.

Classes
NameDescription
Addresses.AddressFormatterContains methods that format address objects over GeoStream, using the GeoStream.Server.JSONAddressFormatter.
Addresses.GeoCodeResultRepresents both the input address and the address found from the input.
Addresses.OneLineAddressDataA 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.
Addresses.StreetAddressDataA 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.
Addresses.StructuredAddressDataStructuredAddressData represents an address that has been fully structured and allows specific details of the address to be stored and retrieved.