departureTime property

  1. @TagNumber.new(5)
Timestamp get departureTime

Optional. The departure time. If you don't set this value, then this value defaults to the time that you made the request. NOTE: You can only specify a departure_time in the past when google.maps.routing.v2.RouteTravelMode is set to TRANSIT.

Implementation

@$pb.TagNumber(5)
$18.Timestamp get departureTime => $_getN(4);
  1. @TagNumber.new(5)
set departureTime (Timestamp v)

Implementation

@$pb.TagNumber(5)
set departureTime($18.Timestamp v) {
  setField(5, v);
}