Initializes a new instance of the Control class.
Namespace: MindFusion.Mapping
Package: Control.js
JavaScript Copy Code |
---|
function Control ([element]) |
HTMLElement. The control's associated Dom element.
The following example creates a new MapView using a <DIV> element called "mapview" that we've declared in the HTML code of the page. The MapView derives from Control.
JavaScript Copy Code |
---|
var m = MindFusion.Mapping;
|