CameraPosition

constructor(coordinates: Coordinates, zoom: Float, androidBearing: Float? = null, androidTilt: Float? = null)

Parameters

coordinates

The center coordinates of the camera view

zoom

The zoom level of the map (typically 0-20)

androidBearing

The bearing (rotation) of the camera in degrees (Android only)

androidTilt

The tilt angle of the camera in degrees (Android only)