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
JavaScript Copy Code |
---|
function find (id, [parent]) |
Type: String
A string that contains the ID of the MapView to find.
Type: Object
The component or element that contains the MapView to find.
Type: MapView
A MapView object that contains the MapView requested by id, if found; otherwise, null.