Creates and initializes a new MapView from the specified element. This method is static and can be called without creating an instance of the class.
Namespace: MindFusion.Mapping
File: MapView.js
SyntaxJavaScript
Copy Code
|
|---|
function create (element) |
Type: Object
The DOM element that the MapView should be attached to.
Type: MapView
A MapView object that represents the newly created MapView.
See Also