arrivalStop property

TransitStop? arrivalStop
final

Contains information about the stop/station for this part of the trip. Stop details can include:

  • name the name of the transit station/stop. eg. "Union Square".
  • location the location of the transit station/stop, represented as a lat and lng field.

Implementation

final TransitStop? arrivalStop;