Search
MapView.create Method
See Also
 






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

 Syntax

JavaScript  Copy Code

function create (element)

 Parameters

element

Type: Object
The DOM element that the MapView should be attached to.

 Return Value

Type: MapView
A MapView object that represents the newly created MapView.

 See Also