Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
I'm just beginning to build an Android app that leverages the NextBus API to provide transit predictions. When the app loads, I want it to get the user's location and then find the closest bus stops to them. Unfortnuately, the NextBus API doesn't provide a method for doing so. I do have a list of all bus stops (there are 5600 of them) in a text file, each with its textual name, numerical Stop ID and its latitude and longitude. I'm considering several options, each with its own problems:
| ||||
Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.
default
.
stackoverflow.comm
No comments:
Post a Comment