positionBroadcastSmartEnabled property
Adaptive position braoadcast, which is now the default.
Implementation
@$pb.TagNumber(2)
$core.bool get positionBroadcastSmartEnabled => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set positionBroadcastSmartEnabled($core.bool value) => $_setBool(1, value);