setGestureInProgress

abstract fun setGestureInProgress(inProgress: Boolean)

Tells the map rendering engine that there is currently a gesture in progress. This affects how the map renders labels, as it will use different texture filters if a gesture is ongoing.

Parameters

inProgress

The `boolean` value representing if a gesture is in progress.