JMap.Event.Map.remove
Remove the listener.
If the listener doesn't exist, do nothing.
Remove the listener from JMap Cloud NG Core library. The listener is deleted and never called again after that.
The listener id
// remove the listener "my-map-listener"JMap.Event.Map.remove("my-map-listener") Copy
// remove the listener "my-map-listener"JMap.Event.Map.remove("my-map-listener")
JMap.Event.Map.remove
Remove the listener.
If the listener doesn't exist, do nothing.
Remove the listener from JMap Cloud NG Core library. The listener is deleted and never called again after that.