tilt

fun tilt(@FloatRange(from = 0.0, to = 60.0) tilt: Double): CameraPosition.Builder

Set the tilt of the camera in degrees

value is clamped to MapLibreConstants.MINIMUM_TILT and MapLibreConstants.MAXIMUM_TILT.

Return

this

Parameters

tilt

Tilt value of the camera