allowZoom property

  1. @TagNumber(9)
bool get allowZoom

Should not be overridable @doc Whether to allow zooming on the map.

Implementation

@$pb.TagNumber(9)
$core.bool get allowZoom => $_getBF(8);
  1. @TagNumber(9)
set allowZoom (bool value)

Implementation

@$pb.TagNumber(9)
set allowZoom($core.bool value) => $_setBool(8, value);