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.
Builds the
fitBoundsoptions object from the profile padding.CoreMapModuleproduces padding in MapLibre's{ top, bottom, left, right }object form, whichMaplibreAdapter.fitBoundsaccepts but theIMapAdaptercontract types narrowly asGeoLeafPoint. This isolates the single contract/impl bridge cast (noany) — the runtime value is forwarded unchanged.