Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

Placemark

The Placemark class represent a specific placemark information.


Summary
The Placemark class represent a specific placemark information.
The name value of the placemark.
The address string of the placemark.
The description of the placemark.
The default icon url of the placemark.
The bounding box of the placemark.
The coordinate of the placemark.
The z position of the placemark.
The phone number of the placemark.
The category name of the placemark.
The category id of the placemark.
The minimum zoom level of the placemark.
The maximum zoom level of the placemark.

Properties

name

string name

The name value of the placemark. 

address

string address

The address of the placemark. 

description

string description

The description of the placemark. 

hrefIcon

string hrefIcon

The default icon url of the placemark. 

boundingBox

Bounds boundingBox

The bounding box of the placemark. 

coordinate

Coordinate coordinate

The coordinate of the placemark. 

zPos

int zPos

The z position of the placemark. 

phoneNumber

string phoneNumber

The phone number of the placemark. 

categoryName

string categoryName

The category name of the placemark. 

categoryId

int categoryId

The category id of the placemark. 

minZoomLevel

int minZoomLevel

The minimum zoom level of the placemark. 

maxZoomLevel

int maxZoomLevel

The maximum zoom level of the placemark. 

Placemark(string fullPlacemark)
The Placemark constructor; Creates a new Placemark instance by a full placemark value.
This is the base class of the provided coordinates classes.