Gets the id of this DecorationLayer.
Namespace: MindFusion.Mapping
Package: DecorationLayer.js
JavaScript Copy Code |
---|
Object.defineProperty(DecorationLayer.prototype, "id", { value: String }); |
String. The id of this DecorationLayer.
The following code creates a new DecorationLayer, gives it an id, and adds a new Marker to the layer's decorations property.