Initializes a new instance of the MapEventArgs class.
Namespace: MindFusion.Mapping
File: EventArgs.js
JavaScript Copy Code |
---|
function MapEventArgs (location, position, rawEventArgs) |
LatLong. The geographic cooordinates related to the event.
Point. The client position related to the event.
Object. The JavaScript event data.
The following example creates a new MapView using a <DIV> element called "mapview" that we've declared in the HTML code of the page. Then it handles the click event of the MapView.
JavaScript Copy Code |
---|
var m = MindFusion.Mapping; // create a new instance of the mapView function mapViewClickHandler( sender, args ) |