FIMViz.jsAPI
    Preparing search index...

    Function dispatchMapEventToLayers

    • Dispatch a normalized map event to the layers TOP-DOWN in z-order (last = top), hit-testing each. Default (precedence): stop when a handler absorbs it (evt.stopPropagation()). With { simultaneous: true }: precedence/absorption is bypassed — EVERY hit-tested layer receives it, stopPropagation is inert. Only visible layers with a listener for type and a passing hitTest receive it either way. Pure over a layers array — FimMap wraps it. (PACKAGE_ROADMAP §1)

      Parameters

      • layers: Layer[]
      • type: string
      • base: { lat: number; lng: number }
      • Optionalopts: { simultaneous?: boolean } = {}

      Returns any

      the event object (carries stopPropagation)