setMaxZoom method
Set the max zoom level the camera can me moved to when the behavior is applied.
Implementation
void setMaxZoom(num zoom) {
_maxZoom = zoom;
}
Set the max zoom level the camera can me moved to when the behavior is applied.
void setMaxZoom(num zoom) {
_maxZoom = zoom;
}