Detaches the wrapper recorded for the (handler, event) pair and forgets it.
(handler, event)
Falls back to the raw handler when no wrapper is on file — it may have been attached directly, or on() may never have run for this pair.
on()
The handler's entry survives as long as it still has another event bound, so detaching one event never strands the others.
The native MapLibre map.
The adapter's wrapper registry.
The event to stop listening for.
The handler originally passed to attachWrappedHandler.
Detaches the wrapper recorded for the
(handler, event)pair and forgets it.Falls back to the raw handler when no wrapper is on file — it may have been attached directly, or
on()may never have run for this pair.The handler's entry survives as long as it still has another event bound, so detaching one event never strands the others.