arrivalTime property
Specifies the desired time of arrival for transit directions.
You can specify either departureTime
or arrivalTime
, but
not both.
Implementation
final DateTime? arrivalTime;
Specifies the desired time of arrival for transit directions.
You can specify either departureTime
or arrivalTime
, but
not both.
final DateTime? arrivalTime;