allowInteraction property

  1. @TagNumber(8)
bool get allowInteraction

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

Implementation

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

Implementation

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