CenterZoomBearing
CenterZoomBearing =
object
Defined in: src/ui/camera.ts:76
Holds center, zoom and bearing properties
Properties
bearing?
optionalbearing:number
Defined in: src/ui/camera.ts:89
The desired bearing in degrees. The bearing is the compass direction that
is "up". For example, bearing: 90 orients the map so that east is up.
center?
optionalcenter:LngLatLike
Defined in: src/ui/camera.ts:80
The desired center.
zoom?
optionalzoom:number
Defined in: src/ui/camera.ts:84
The desired mercator zoom level.