stops property

Vector of stops along the route. The first stop in the vector is the stop for boarding the transport, and the last stop in the vector is the stop for exiting the transport.

Implementation

core.List<MasstransitRouteStop> get stops;