destinationWaypointId property
The id of the user specified waypoint
Implementation
@$pb.TagNumber(1)
$core.String get destinationWaypointId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set destinationWaypointId($core.String v) { $_setString(0, v); }