JMap.Event.Geocoding.deactivate
Deactivate the listener.
If the listener id doesn't exists or if the listener is already inactive, do nothing.
If the listener is active, it will be deactivated and will be ignored ...
The listener id
// deactivate the listener "my-geocoding-listener"JMap.Event.Geocoding.deactivate("my-geocoding-listener") Copy
// deactivate the listener "my-geocoding-listener"JMap.Event.Geocoding.deactivate("my-geocoding-listener")
JMap.Event.Geocoding.deactivate
Deactivate the listener.
If the listener id doesn't exists or if the listener is already inactive, do nothing.
If the listener is active, it will be deactivated and will be ignored ...