timestamp property
- @TagNumber(4)
The most recent moment at which the vehicle's real-time progress was measured to estimate StopTimes in the future. When StopTimes in the past are provided, arrival/departure times may be earlier than this value. In POSIX time (i.e., the number of seconds since January 1st 1970 00:00:00 UTC).
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get timestamp => $_getI64(3);
- @TagNumber(4)
Implementation
@$pb.TagNumber(4)
set timestamp($fixnum.Int64 v) { $_setInt64(3, v); }