On this page

Interface CameraOptions

Options for setting the camera position and zoom.

interface CameraOptions {
    bearing: number;
    center: LngLatLike;
    pitch: number;
    zoom: number;
}
Index

Properties

bearing: number

Bearing (rotation) in degrees.

center: LngLatLike

Geographic center of the map.

pitch: number

Pitch (tilt) in degrees.

zoom: number

Zoom level.

Was this helpful?

GeoSplats SDK
Reference
CameraOptions