minZoom property

double minZoom

Minimum zoom level of the map. If not specified and at least one GridLayer or TileLayer is in the map, the lowest of their minZoom options will be used instead.

Implementation

external double get minZoom;
void minZoom=(double value)

Implementation

external set minZoom(double value);