Specifies data for map decoration related events.
Namespace: MindFusion.Mapping
File: EventArgs.js
JavaScript Copy Code |
---|
// class |
Events that use the DecorationEventArgs class are decorationClick and decorationHover of MapView.
The following example creates a new MapView using a <DIV> element called "mapview" that we've declared in the HTML code of the page. It adds a Marker to a DecorationLayer and handles the decorationHover event of the MapView.
JavaScript Copy Code |
---|
var m = MindFusion.Mapping; // create a new instance of the mapView var markers = new m.DecorationLayer("Images"); // create some markers with images view.layers.add(markers);
|
MindFusion.Mapping.EventArgs
MindFusion.Mapping.MapEventArgs
MindFusion.Mapping.DecorationEventArgs