JMap.Event.MapContext.activate
Activates the listener.
If the listener is already active, does nothing.
If the listener is inactive, it will be reactivated and will be called again ...
The listener id
JMap.Event.MapContext.deactivate
Deactivates the listener.
If the listener id doesn't exists or if the listener is already inactive, does nothing.
If the listener is active, it will be deactivated and will be ignored ...
The listener id
JMap.Event.MapContext.remove
Removes the listener.
If the listener doesn't exist, does nothing.
Remove the listener from JMap NG Core library. The listener is deleted and never called again after that.
The listener id
JMap.Event.MapContext
Here you can manage all JMap NG map context event listeners.
Click to see all events available: *JMap.Event.MapContext.on*.