Click or drag to resize

IAddressData Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An interface used to retrieve address components (country, location and fields) from IAddressData.

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface IAddressData : IJSONSerializable

The IAddressData type exposes the following members.

Properties
  NameDescription
Public propertyCountry
Gets the Country country of the address.
Public propertyFields
Returns a list of field names that can be accessed on this IAddressData.
Public propertyJSONName
Gets the JSONName of the object.
(Inherited from IJSONSerializable.)
Public propertyLocation
Gets the LatLon location of the address.
Top
Methods
  NameDescription
Public methodFromJSON
Initializes an object from its corresponding JSONObject source data.
(Inherited from IJSONSerializable.)
Public methodGetT
Gets the value from the specified fieldName.
Public methodToJSON
Gets the JSONObject representation of the object.
(Inherited from IJSONSerializable.)
Top
See Also