Search
MapView.find Method
See Also
 






Returns the specified MapView object. This member is static and can be invoked without creating an instance of the class.

Namespace: MindFusion.Mapping
File: MapView.js

 Syntax

JavaScript  Copy Code

function find (id, [parent])

 Parameters

id

Type: String
A string that contains the ID of the MapView to find.

parent
Optional.

Type: Object
The component or element that contains the MapView to find.

 Return Value

Type: MapView
A MapView object that contains the MapView requested by id, if found; otherwise, null.

 See Also