arrivalTime property

Time? arrivalTime
final

Contains the estimated time of arrival for this leg. This property is only returned for transit directions. The result is returned as a Time object with three properties:

  • value the time specified as a DateTime object.
  • text the time specified as a string. The time is displayed in the time zone of the transit stop.
  • timeZone contains the time zone of this station. The value is the name of the time zone as defined in the iana, e.g. "America/New_York".

Implementation

final Time? arrivalTime;