StructuredAddressData Class |
Namespace: Telogis.GeoBase.Addresses
The StructuredAddressData type exposes the following members.
Name | Description | |
---|---|---|
StructuredAddressData |
Initializes an empty StructuredAddressData | |
StructuredAddressData(String, String, String, String, String, String, String, String, String, String, Country, LatLon) |
Initializes an StructuredAddressData | |
StructuredAddressData(String, AddressUnit, String, String, String, String, String, String, String, String, Country, LatLon) |
Initializes an StructuredAddressData |
Name | Description | |
---|---|---|
Building |
Gets Building name.
| |
City |
Gets the city name.
| |
Country |
Gets or sets the Country for this address.
| |
County |
Gets the county name.
| |
Fields |
Returns a list of field names that can be accessed on this IAddressData.
| |
JSONName |
Gets the JSONName of the object.
| |
LocalizedUnits |
Gets the units types and numbers as a preformatted string.
| |
Location |
Gets or sets the LatLon for this address.
| |
MaxStreetNumber |
Gets the maximum house number on this street.
| |
MinStreetNumber |
Gets the minimum house number on this street.
| |
PostCode |
Gets the postcode.
| |
Regions |
Gets the region names.
| |
State |
Gets the state name.
| |
StreetNames |
Gets all of the names of this street.
The primary street name is the first element of the array.
| |
StreetNumber |
Gets the street number.
| |
Subregions |
Gets the subregion names.
| |
Suburb |
Gets the suburb name.
| |
Unit | Obsolete.
Gets the unit number as a string.
| |
Units |
Gets the unit types and corresponding unit numbers as AddressUnit objects. E.g. "Floor 2, Building 3".
|
Name | Description | |
---|---|---|
Equals |
Compares this StructuredAddressData with 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 this StructuredAddressData.
(Overrides ObjectGetHashCode.) | |
GetOtherCulture |
Gets this IStructuredAddressData with a different culture.
Not yet implemented.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToJSON |
Gets the JSONObject representation of the object.
| |
ToString |
Returns this StructuredAddressData as a formatted string.
(Overrides ObjectToString.) |