I am currently developing an application that will launch navigation. I know this is not an official API, but it works just the way I want.
I allow the user to choose navigation, walking and bus navigation to the place. The goal of launching directly in Google Maps Navigation is as follows:
google.navigation:ll= + latitude and longitude, then + &mode= , and then your mode of transport. For example, to navigate walking routes to a specific area:
google.navigation:ll=blah,blah&mode=w
The default driving is &mode=d , and the bike is &mode=b , but I cannot determine the bus (public transport).
Has anyone done this before?
Thanks!
Edit: So far I have found that mode=public gives routes for the bike, mode=transit gives driving, which is disappointing, mode=bus also returns the directions of the bike.
More: mode=train also gives driving ... There GOT is a way to do it ...
Other Editing: I realized that now Iβm sure it isnβt there, because after experimenting with terms, I realized that instead I have to run the Google Maps intent with a bus search, but does anyone know how to do this?
Patrick mahoney
source share