Represents an image decoration.
Namespace: MindFusion.Mapping
File: Marker.js
JavaScript Copy Code |
---|
// class |
The following code creates a new Marker and adds it to the decorations list of a MapView:
JavaScript Copy Code |
---|
var m = MindFusion.Mapping; // create a new instance of the mapView
view.decorations.add(mark); |
MindFusion.Mapping.Marker