setZoom

fun setZoom(zoom: Double, callback: (MPIError?) -> Unit? = null)

Sets the current zoom level of MPIMapView

Return

Unit

Parameters

zoom

The elevation of the camera in metres


suspend fun setZoom(zoom: Double): Double

Sets the current zoom level of MPIMapView

Return

the Double value that the camera zoom was set to

Parameters

zoom

The elevation of the camera in metres