Search
MapView.addEventListener Method
See Also
 






Registers a single event listener on the MapView.

Namespace: MindFusion.Mapping
File: MapView.js

 Syntax

JavaScript  Copy Code

function addEventListener (eventName, handler)

 Parameters

eventName

The name of the event. See a list of supported events here.

handler

Represents the method that will handle the event specified with eventName.

 See Also