I'm trying to add a map to all of our route pages on our site and I'm running into some issues.
How do you get the polylines for a specific route? I've been using the stops-for-route endpoint and showing the polylines that are in the StopGroups, but it only partially works. Half of our routes show correct but some have the lines running way off. I thought our initial data may be wrong so I compared what the Android app is showing to what my test script is displaying on a map and they were different. The
Android
app looked fine and only has the actual route shown.
Is there some other place to get that data? Where is the Android app getting it from?