1


Google transit provides approximate time of the next bus arriving at a particular bus-stop when you click on the bus-stop icon. This works for trains and even metro lines.
Is there any way I can use these transit information in my own map view? I tried going to the link that is displayed under the timings ( I guess it means thats where google is getting the timings from) but that link is broken...doesnt exist...it must be providing the information to Google only...
So is there any way i can access the Google Transit information?
Thx.

4

3 に答える 3

1

Yes, the data feeds are publicly available and published by the corresponding transit agencies. The available list is here. You'd need to download the data and host it or include it in your app.

于 2011-03-18T20:06:31.033 に答える
1

In the "worst case scenario", you could download the result of a web query to maps.google.com (such as http://maps.google.com/maps?saddr=new+york&daddr=boston&dirflg=r) to your app and parse the result. Maybe there are even sample-scripts that already do this!

于 2011-03-18T20:45:03.823 に答える
0

So finally i had to drop the idea...its only available for usa at the link given by @Robby but is (currently) unavailable for quite many countries.
Hoping itll be available soon.
Thx for all the responses.

于 2011-10-21T10:25:58.250 に答える