setMaxZoom method

void setMaxZoom(
  1. num zoom
)

Set the max zoom level the camera can me moved to when the behavior is applied.

Implementation

void setMaxZoom(num zoom) {
  _maxZoom = zoom;
}