StreetAddressData Class |
Namespace: Telogis.GeoBase.Addresses
The StreetAddressData type exposes the following members.
Name | Description | |
---|---|---|
StreetAddressData |
Initializes an empty StreetAddressData | |
StreetAddressData(String, String, String, String, Country) |
Initializes a StreetAddressData with an empty location.
| |
StreetAddressData(String, String, String, String, Country, LatLon) |
Initializes a StreetAddressData |
Name | Description | |
---|---|---|
City |
Gets the city name.
| |
Country |
Gets or sets the Country for this address.
| |
Fields |
Returns a list of field names that can be accessed on this IAddressData.
| |
JSONName |
Gets the JSONName of the object.
| |
Location |
Gets or sets the LatLon for this address.
| |
PostCode |
Gets the postcode.
| |
State |
Gets the state name.
| |
StreetAddress |
Gets the street address.
|
Name | Description | |
---|---|---|
Equals |
Compares the current StreetAddressData 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 of the StreetAddressData.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToJSON |
Gets the JSONObject representation of the object.
| |
ToString |
Returns the StreetAddressData as a formatted string.
(Overrides ObjectToString.) |