Draws the control and prepares it for user interaction.
Namespace: MindFusion.Mapping
Package: Control.js
JavaScript Copy Code |
---|
function render () |
The following example creates a new MapView using a <DIV> element called "mapview" that we've declared in the HTML code of the page. Then it calls its render method. The MapView derives from Control.
JavaScript Copy Code |
---|
var m = MindFusion.Mapping; // create a new instance of the mapView |