GeoLeaf Core API - v3.0.0
    Preparing search index...

    Function buildFitBoundsOptions

    • Builds the fitBounds options object from the profile padding.

      CoreMapModule produces padding in MapLibre's { top, bottom, left, right } object form, which MaplibreAdapter.fitBounds accepts but the IMapAdapter contract types narrowly as GeoLeafPoint. This isolates the single contract/impl bridge cast (no any) — the runtime value is forwarded unchanged.

      Parameters

      Returns FitBoundsOptions