Builder
class Builder
Content copied to clipboard
Constructors
Functions
bounds
Link copied to clipboard
open fun bounds(@Nullable bounds: CoordinateBounds): CameraBoundsOptions.Builder
Content copied to clipboard
The latitude and longitude bounds to which the camera center are constrained.
build
Link copied to clipboard
maxPitch
Link copied to clipboard
open fun maxPitch(@Nullable maxPitch: Double): CameraBoundsOptions.Builder
Content copied to clipboard
The maximum allowed pitch value in degrees.
maxZoom
Link copied to clipboard
The maximum zoom level, in Mapbox zoom levels 0-25.5.
minPitch
Link copied to clipboard
open fun minPitch(@Nullable minPitch: Double): CameraBoundsOptions.Builder
Content copied to clipboard
The minimum allowed pitch value in degrees.
minZoom
Link copied to clipboard
The minimum zoom level, in Mapbox zoom levels 0-25.5.