maxZoom property

double maxZoom

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

Implementation

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

Implementation

external set maxZoom(double value);