Telogis.GeoBase.Addresses | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release Contains functions for formatting the addresses found by geocodes for different cultures.
Classes Name | Description |
---|
Addresses.AddressFormatter | Contains methods that format address objects over GeoStream, using the GeoStream.Server.JSONAddressFormatter. |
Addresses.GeoCodeResult | Represents both the input address and the address found from the input. |
Addresses.OneLineAddressData | 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. |
Addresses.StreetAddressData | 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. |
Addresses.StructuredAddressData | StructuredAddressData represents an address that has been fully structured and allows specific details of the address to be stored and retrieved. |