MapCameraState

constructor(center: LatLng, zoom: Double, bearing: Double = 0.0, pitch: Double = 0.0)

Creates a camera state.

Parameters

center

the coordinate to put at the center of the map.

zoom

the zoom level.

bearing

the heading in degrees clockwise from true north. Defaults to 0.0.

pitch

the pitch in degrees from a top-down orientation. Defaults to 0.0.