Is there a way to use maps.google.com’s get direction’s functionality so that I can pass in the arguments for the directions from the url?
Is there a way to use maps.google.com’s get direction’s functionality so that I can
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the following url parameters.
saddrfor start addressdaddrfor destination addressThe url would be
http://maps.google.com/maps?saddr=new+york&daddr=baltimoreThe values you pass in can be pretty much whatever you can type into the web app, ie names of places/lat longs/etc. Also, make sure you use a
+character for spaces.