setUserAnimationInProgress

Tells the map rendering engine that the animation is currently performed by the user (e.g. with a setCamera() calls series). It adjusts the engine for the animation use case. In particular, it brings more stability to symbol placement and rendering.

Parameters

inProgress

Bool representing if user animation is in progress

abstract fun setUserAnimationInProgress(inProgress: Boolean)