occupancyPercentage property

  1. @TagNumber(4)
int get occupancyPercentage

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);
  1. @TagNumber(4)
set occupancyPercentage (int v)

Implementation

@$pb.TagNumber(4)
set occupancyPercentage($core.int v) { $_setSignedInt32(3, v); }