Gets or sets the string identifier of this decoration.
Namespace: MindFusion.Mapping
File: Decoration.js
SyntaxJavaScript
Copy Code
|
|---|
get id() {} |
String. The string identificator.
ExampleThe following code creates a new Marker and sets its id property, then adds it to the decorations of a DecorationLayer instance. The Marker class derives from Decoration.
JavaScript
Copy Code
|
|---|
var m = MindFusion.Mapping; var markers = new m.DecorationLayer("Images"); // create some markers with images |
See Also