arrivalTime property
Optional. The arrival time.
NOTE: Can only be set when
google.maps.routing.v2.RouteTravelMode is set to
TRANSIT. You can specify either departure_time or arrival_time, but
not both. Transit trips are available for up to 7 days in the past or 100
days in the future.
Implementation
@$pb.TagNumber(19)
$18.Timestamp get arrivalTime => $_getN(17);
Implementation
@$pb.TagNumber(19)
set arrivalTime($18.Timestamp v) {
setField(19, v);
}