You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that Route.id is actually a Stop.id, perhaps the starting point for each route. Route.myid may be a better identifier of each Route as often that is the value stored by a Vehicle and Stop as routeId.
This also means that System.getRouteById() is a bit hard to use because users are likely to have access to the myid of a Route from either a Stop or Vehicle, perhaps it should check the given routeId against each Route.myid rather than Route.id.
I moved this comment here from #24 as it seemed more appropriate.
There are many parameters whose effects are unknown.
The text was updated successfully, but these errors were encountered: