In the Philippines, we actually have a very unique kind of transportation - Jeepneys. It's like a bus but seats only a few people. The jeepney routes are constant. They pass on the same route many times a day. A certain street for example can be passed by many jeepney routes.

i would want to develop an android app that (given the current location of the user) can provide a list of jeepney routes that people can ride towards a certain destination. Unlike buses(I'm not sure though coz im not very familiar with how buses run outside my country), you dont have to be on a bus stop to ride/stop. You can basically ride and stop anywhere you like as long as it's along the jeepney route.

Can you give me a possible solution for this? I know for a fact that google directions will not be able to help me with this since the directions that google can generate may not necessarily coincide with the jeepney routes.

Any help would be appreciated.

link|improve this question
"Can you give me a possible solution for this?" - erm, no! This site is for SPECIFIC programming problems, not for providing whole software solutions for free. – Mitch Wheat Jan 28 at 1:38
The problem is not software, it is information. I assume that there are no regular schedules or permanent routes, and even if there were they are not published, and if they change there is no reliable notification. The best you could do is get locations via GPS, but without a route, it won't be useful. Incidentally, while Jeepneys are indeed unique to the Philippines, such ad-hoc private taxi networks are common throughout the developing world. If you're thinking of doing this in the Philippines, there's someone trying to do the same thing in Algeria, Bangladesh, and Colombia. – Paul Richter Jan 30 at 7:29
im sorry if it appears to most of u that im fishing for solutions. it's just that im new to android programming and truth be told ive done a lot of experimentation for this and i was hoping i missed a feature or two that could help me solve this. – user1174643 Jan 30 at 10:27
yes, the problem lies in the information. there are no permanent bus stops but thankfully the routes are permanent. each jeepney permanently follows a route that it circles many times a day. my experimental app locates the user via gps and can already add a marker for the destination. the part where im stuck is, how to return all the possible jeepneys that the user can ride(given that the source and destination can be passed by the jeepney's route) – user1174643 Jan 30 at 10:37
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.