showZoomControls property

  1. @TagNumber(10)
bool get showZoomControls

Should not be overridable @doc Whether to show the zoom controls on the map.

Implementation

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

Implementation

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