departureOccupancyStatus property
Expected occupancy after departure from the given stop. Should be provided only for future stops. In order to provide departure_occupancy_status without either arrival or departure StopTimeEvents, ScheduleRelationship should be set to NO_DATA.
Implementation
@$pb.TagNumber(7)
VehiclePosition_OccupancyStatus get departureOccupancyStatus => $_getN(6);
Implementation
@$pb.TagNumber(7)
set departureOccupancyStatus(VehiclePosition_OccupancyStatus v) { setField(7, v); }