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
The BusStage should accept a new initWithLeg(Leg leg) function that takes in a Leg object (that contains data about the stage--such as bus stops, start/end times, etc.) and import it into your stage so it's ready to go with the data from the Leg.
The
BusStageshould accept a newinitWithLeg(Leg leg)function that takes in a Leg object (that contains data about the stage--such as bus stops, start/end times, etc.) and import it into your stage so it's ready to go with the data from the Leg.