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?
for example suppose I want google map to display the direction from new york city to baltimore, is there a way to pass it through the url in a way like this:
http://maps.google.com/map?from=new%20york%20%city&to=baltimore
Addition: I also want to know if it's possible to get directions for more than 2 places this way (for instance, from new york to baltimore and then to philadelphia)