spybug / GTCampusNavigation

Android application to help students navigate the Georgia Tech campus for walking, riding buses, and biking.
GNU General Public License v3.0
0 stars 0 forks source link

Separate loading bus stops from predictions #45

Open JenaStark opened 6 years ago

JenaStark commented 6 years ago

Always load the bus stops even if predictions fail. Might want to make these two separate methods in the server and call them separately from the app.

JenaStark commented 6 years ago

Server code has been separated into two methods - /stops and /predictions. Supply route=route for both.