set Max Zoom Preference
open fun setMaxZoomPreference(@FloatRange(from = MapLibreConstants.MINIMUM_ZOOM, to = MapLibreConstants.MAXIMUM_ZOOM ) maxZoom: Double)
Sets the maximum zoom level the map can be displayed at.
The default maximum zoomn level is 22. The upper bound for this value is 25.5.
Parameters
max Zoom
The new maximum zoom level.