Represents a collection of keys and values.
Namespace: MindFusion.Mapping
Package: Dictionary.js
JavaScript Copy Code |
---|
// class |
The following code creates a new Dictionary with three LatLong instances and the keys the names of the cities they belong to:
JavaScript Copy Code |
---|
var m = MindFusion.Mapping; var locations = new m.Dictionary(); |
MindFusion.Mapping.Dictionary