stopTimeProperties property

  1. @TagNumber(6)
TripUpdate_StopTimeUpdate_StopTimeProperties get stopTimeProperties

Realtime updates for certain properties defined within GTFS stop_times.txt NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.

Implementation

@$pb.TagNumber(6)
TripUpdate_StopTimeUpdate_StopTimeProperties get stopTimeProperties => $_getN(5);
  1. @TagNumber(6)
set stopTimeProperties (TripUpdate_StopTimeUpdate_StopTimeProperties v)

Implementation

@$pb.TagNumber(6)
set stopTimeProperties(TripUpdate_StopTimeUpdate_StopTimeProperties v) { setField(6, v); }