CameraForBoundsOptions
CameraForBoundsOptions:
CameraOptions&object
A options object for the Map#cameraForBounds method
Type declaration
maxZoom?
optionalmaxZoom:number
The maximum zoom level to allow when the camera would transition to the specified bounds.
offset?
optionaloffset:PointLike
The center of the given bounds relative to the map’s center, measured in pixels.
Default Value
[0, 0]
padding?
optionalpadding:number|RequireAtLeastOne<PaddingOptions>
The amount of padding in pixels to add to the given bounds.