CameraForBoundsOptions
CameraForBoundsOptions:
CameraOptions
&object
A options object for the Map#cameraForBounds method
Type declaration
maxZoom?
optional
maxZoom:number
The maximum zoom level to allow when the camera would transition 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
padding?
optional
padding:number
|RequireAtLeastOne
<PaddingOptions
>
The amount of padding in pixels to add to the given bounds.