Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

AdminArea

The AdminArea class represent a specific adminArea information from the placemark results.


Summary
The AdminArea class represent a specific adminArea information from the placemark results.
The local name of the adminArea.
The like name of the adminArea.
True if it's recommended to display this information, false otherwise.
The value of the adminArea.

Properties

localName

string localName

The local name of the adminArea. 

likeName

string likeName

The like name of the adminArea. 

displayFlag

boolean displayFlag

True if it's recommended to display this information, false otherwise. 

value

string value

The value of the adminArea. 

AdminArea(string fullAdminArea)
The AdminArea constructor; Creates a new AdminArea instance by a full adminArea value.
This is the base class of the provided coordinates classes.