occupancyPercentage property
Occupancy percentage for this given carriage, in this vehicle. Follows the same rules as "VehiclePosition.occupancy_percentage" -1 in case data is not available for this given carriage (as protobuf defaults to 0 otherwise) This message/field is still experimental, and subject to change. It may be formally adopted in the future.
Implementation
@$pb.TagNumber(4)
$core.int get occupancyPercentage => $_getI(3, -1);
Implementation
@$pb.TagNumber(4)
set occupancyPercentage($core.int v) { $_setSignedInt32(3, v); }