calculateZoom

open fun calculateZoom(minScale: Float): Double

Calculates a zoom level based on minimum scale and current scale from MapView

Return

zoom level that fits the MapView.

Parameters

minScale

The minimum scale to calculate the zoom level.