maxZoom property

MapMeasure maxZoom

Maximal allowed zoom. Defines maximal zoom level to be applied to enclose geodetic bounding box. Defaults to a MapMeasure with kind MapMeasureKind.zoomLevel and value 20.0. Gets maximal allowed zoom.

Implementation

MapMeasure get maxZoom;
void maxZoom=(MapMeasure value)

Maximal allowed zoom. Defines maximal zoom level to be applied to enclose geodetic bounding box. Defaults to a MapMeasure with kind MapMeasureKind.zoomLevel and value 20.0. Sets maximal allowed zoom.

Implementation

set maxZoom(MapMeasure value);