I have a google maps directions link shown in XML:

http://maps.googleapis.com/maps/api/directions/xml?origin=111%20Davisville%20Avenue,Toronto,ON&destination=469%20King%20Street%20West,%20Toronto,%20ON&sensor=false&dirflg=r

Even though it has the drection flag dirflg=r at the end to swich to public transit directions, its still showing the driving directions. Is there any fix to this?

Thanks in advance. I searched around but couldn't find anything that answers exactly this.

link|improve this question

50% accept rate
The Google Maps API do not currently let you query for public transit directions. See code.google.com/p/gmaps-api-issues/issues/detail?id=713#c76 for the reason from Google. – Jeow Li Huan Dec 25 '11 at 15:41
Is there anyway to fetch this data then? Maybe using Bing or MapQuest? Or perhaps using Google's json object api instead of xml? – c0d3Junk13 Dec 26 '11 at 17:13
Did you find a way to query the Google Maps for transit data and use it in Android and iOS mobile applications? – Alex Butum Mar 20 at 16:35
Unfortunately Google doesn't let you query for transit data. But I found this: nextbus.com/homepage . They also provide an xml web service. This might also help: stackoverflow.com/questions/8735938/… – c0d3Junk13 Mar 20 at 17:48
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.