maxZoom property

double get maxZoom

The maximum zoom the attached planner clamps to (its PlannerConfig.maxZoom). Throws a StateError when not isAttached.

Implementation

double get maxZoom => _requireInner().config.maxZoom;