Is there a way using static maps that google maps can display directions drawn on the image as with the javascript API. That is a way of loading the static map image with the route to be taken drawn on them.
Any ideas?
Marvellous
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.
The static maps API only supports markers, not directions. You’ve have to use the normal Javascript API. You could lock down the zoom/drag/scroll options etc so for all intents and purposes it could appear static to the user.
Although in fact you can draw polylines, just not the proper directions:
http://code.google.com/apis/maps/documentation/staticmaps/#Paths
Here’s an example: