Search
DecorationLayer.id Property
See Also
 






Gets the id of this DecorationLayer.

Namespace: MindFusion.Mapping
File: DecorationLayer.js

 Syntax

JavaScript  Copy Code

get id() {}

 Property Value

String. The id of this DecorationLayer.

 Example

The following code creates a new DecorationLayer, gives it an id, and adds a new Marker to the layer's decorations property.

 See Also