maximumZoomLevel property - MapLayerVisibilityRange class - mapview library - Dart API
maximumZoomLevel
maximumZoomLevel property
final
Minimum zoom level from which the layer will not be visible. The value must be less than or equal to the MapCameraLimits.MAX_ZOOM_LEVEL.
Note that the map layer is not visible at the maximum zoom level.
Implementation
final double maximumZoomLevel;