Search
MapView.removeEventListener Method
See Also
 






Removes a single event listener attached to the MapView.

Namespace: MindFusion.Mapping
File: MapView.js

 Syntax

JavaScript  Copy Code

function removeEventListener (eventName, handler)

 Parameters

eventName

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

handler

Represents the method that handles the event specified with eventName.

 See Also