setTilt

abstract fun setTilt(@FloatRange(from = 0, to = 90tilt: Float, @NonNull animation: MapAnimation)

Sets the tilt of map in degrees with an animation. The tilt controls the perspective at which the map is viewed. A value of 0 degrees corresponds to looking straight down at the map from above (2D). As the tilt value is increased,the view shifts to a 3D perspective.

The tilt of the map may be further constrained at some zoom levels. For example,no tilt is allowed at the lowest zoom levels when the globe is visible. This is to provide a better user experience when interacting with globe,since viewing a "tilted" globe does give any benefit.

Parameters

tilt

Tilt in degrees

animation
fun setTilt(@FloatRange(from = 0, to = 90tilt: Float)