Represents a collection of arbitrary objects.
Namespace: MindFusion.Mapping
Package: ObservableCollection.js
JavaScript Copy Code |
---|
// class |
The following code creates a new DecorationLayer and adds some Marker-s to its decorations property. The decorations property is of type ObservableCollection.
JavaScript Copy Code |
---|
var m = MindFusion.Mapping; var markers = new m.DecorationLayer("Images"); // create some markers with images mark = new m.Marker(); |
MindFusion.Mapping.IEnumerable
MindFusion.Mapping.List
MindFusion.Mapping.ObservableCollection