hasOptedReportLocation property
User has opted in to share their location (map report) with the mqtt server Controlled by map_report.should_report_location
Implementation
@$pb.TagNumber(14)
$core.bool get hasOptedReportLocation => $_getBF(13);
Implementation
@$pb.TagNumber(14)
set hasOptedReportLocation($core.bool value) => $_setBool(13, value);