returnEditedMap property
For SLAM services that implement handling an edited map, this boolean should indicate whether to return that edited map. If the SLAM service does not handle edited maps, the unedited map will be returned instead.
Implementation
@$pb.TagNumber(2)
$core.bool get returnEditedMap => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set returnEditedMap($core.bool v) { $_setBool(1, v); }