Gets or sets the visibility of this DecorationLayer.
Namespace: MindFusion.Mapping
File: DecorationLayer.js
SyntaxJavaScript
Copy Code
|
|---|
get visible() {} |
Boolean. True if the layer is visible, otherwise false.
ExampleThe following code creates a new Decorationlayer and makes it invisible:
JavaScript
Copy Code
|
|---|
var m = MindFusion.Mapping; // create a new instance of the mapView var markers = new m.DecorationLayer("Images"); // create some markers with images |
See Also