stops property
      
      List<MasstransitRouteStop> 
      get
      stops
      
    
    
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;