Search
DecorationLayer.circles Property
See Also
 






Gets the collection of circle markers, displayed by this layer.

Namespace: MindFusion.Mapping
File: DecorationLayer.js

 Syntax

JavaScript  Copy Code

get circles() {}

 Property Value

ObservableCollection. A collection of CircleMarker instances.

 See Also