oakbridge Posted April 7, 2007 Posted April 7, 2007 (edited) As much as I have tried, I cannot find a way to get the 'Directions' option of Google Maps to work. The basic code I am trying to use is: http://maps.google.com/maps?f=d&hl=en&am%20p;saddr=/*source address*/&daddr=/*target address*/ The Google Maps page comes up, but only with a map of the target, it doesn't give me the directions pane. Edited April 7, 2007 by Guest
oakbridge Posted April 7, 2007 Author Posted April 7, 2007 I figured out the problem, I had to remove bits of the URL string and now it works. The correct code is: http://maps.google.com/maps?saddr={start_address}&daddr={destination_address}
Recommended Posts
This topic is 6441 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now