GeoLeaf Core API - v3.0.0
    Preparing search index...
    • 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.

      Parameters

      • map: Map$1

        The native MapLibre map.

      • wrappers: EventWrapperMap

        The adapter's wrapper registry.

      • event: MapEvent

        The event to stop listening for.

      • handler: (e: unknown) => void

        The handler originally passed to attachWrappedHandler.

      Returns void