Click or drag to resize

StreetAddressData Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A class that inherits 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 IStreetAddressData.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.AddressesStreetAddressData

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class StreetAddressData : IStreetAddressData, 
	IAddressData, IJSONSerializable

The StreetAddressData type exposes the following members.

Constructors
  NameDescription
Public methodStreetAddressData
Initializes an empty StreetAddressData
Public methodStreetAddressData(String, String, String, String, Country)
Initializes a StreetAddressData with an empty location.
Public methodStreetAddressData(String, String, String, String, Country, LatLon)
Initializes a StreetAddressData
Top
Properties
  NameDescription
Public propertyCity
Gets the city name.
Public propertyCountry
Gets or sets the Country for this address.
Public propertyFields
Returns a list of field names that can be accessed on this IAddressData.
Public propertyJSONName
Gets the JSONName of the object.
Public propertyLocation
Gets or sets the LatLon for this address.
Public propertyPostCode
Gets the postcode.
Public propertyState
Gets the state name.
Public propertyStreetAddress
Gets the street address.
Top
Methods
See Also