OneLineAddressData Class |
Namespace: Telogis.GeoBase.Addresses
The OneLineAddressData type exposes the following members.
Name | Description | |
---|---|---|
OneLineAddressData |
Initializes an empty OneLineAddressData | |
OneLineAddressData(String, Country) |
Initializes a OneLineAddressData with an empty location.
| |
OneLineAddressData(String, Country, LatLon) |
Initializes a OneLineAddressData |
Name | Description | |
---|---|---|
Country |
Gets or sets the Country for this address.
| |
Fields |
Returns a list of field names that can be accessed on this IAddressData.
| |
FullAddress |
The full address of the OneLineAddressData as a string.
| |
JSONName |
Gets the JSONName of the object.
| |
Location |
Gets or sets the LatLon for this address.
|
Name | Description | |
---|---|---|
Equals |
Compares this OneLineAddressData to the parameter object.
(Overrides ObjectEquals(Object).) | |
FromJSON |
Initializes an object from its corresponding JSONObject source data.
| |
GetT |
Gets the value from the specified fieldName.
| |
GetHashCode |
Gets the hash code for this OneLineAddressData.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToJSON |
Gets the JSONObject representation of the object.
| |
ToString |
Gets the OneLineAddressData as a string.
(Overrides ObjectToString.) |