Click or drag to resize

OneLineAddressData Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Implements IAddressData and contains the address as a single line of text.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.AddressesOneLineAddressData

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

The OneLineAddressData type exposes the following members.

Constructors
  NameDescription
Public methodOneLineAddressData
Initializes an empty OneLineAddressData
Public methodOneLineAddressData(String, Country)
Initializes a OneLineAddressData with an empty location.
Public methodOneLineAddressData(String, Country, LatLon)
Initializes a OneLineAddressData
Top
Properties
  NameDescription
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 propertyFullAddress
The full address of the OneLineAddressData as a string.
Public propertyJSONName
Gets the JSONName of the object.
Public propertyLocation
Gets or sets the LatLon for this address.
Top
Methods
See Also