ASP.NET Pack Programmer's Guide
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
Package: 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

MapView Members
MapView Class
MindFusion.Mapping Namespace