occupancyStatus property
Occupancy status for this given carriage, in this vehicle This message/field is still experimental, and subject to change. It may be formally adopted in the future.
Implementation
@$pb.TagNumber(3)
VehiclePosition_OccupancyStatus get occupancyStatus => $_getN(2);
Implementation
@$pb.TagNumber(3)
set occupancyStatus(VehiclePosition_OccupancyStatus v) { setField(3, v); }