GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Wraps handler, attaches it to map for event, and records the wrapper.

      Parameters

      • map: Map$1

        The native MapLibre map.

      • wrappers: EventWrapperMap

        The adapter's wrapper registry.

      • event: MapEvent

        The core map event to listen for.

      • handler: (e: unknown) => void

        The caller's handler, invoked with e.latlng populated.

      Returns void