shouldReportLocation property
Whether we have opted-in to report our location to the map
Implementation
@$pb.TagNumber(3)
$core.bool get shouldReportLocation => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set shouldReportLocation($core.bool value) => $_setBool(2, value);