maxZoom method

ZoomPan maxZoom(
  1. int maxZoom
)

Implementation

ZoomPan maxZoom(int maxZoom) {
  _maxZoom = maxZoom;
  return this;
}