Skip to content

FitBoundsOptions

FitBoundsOptions = FlyToOptions & object

Defined in: src/ui/camera.ts:181

Options for Map.fitBounds method

Type declaration

linear?

optional linear: boolean

If true, the map transitions using Map.easeTo. If false, the map transitions using Map.flyTo. See those functions and AnimationOptions for information about options available.

Default Value

false

maxZoom?

optional maxZoom: number

The maximum zoom level to allow when the map view transitions to the specified bounds.

offset?

optional offset: PointLike

The center of the given bounds relative to the map's center, measured in pixels.

Default Value

[0, 0]