setViewpointScale

suspend fun setViewpointScale(scale: Double): Result<Boolean>

Animate the map view to zoom to a scale.

Return

a Result indicating whether the viewpoint was successfully set. A success result with a value of false may indicate the operation was cancelled.

Since

200.4.0

Parameters

scale

the new map scale