Wasn't it Luiz Antonio Falaguasta Barbosa who wrote: >But, even if I need to show a route into a static map, could I do this >without using javascript? Because that's what I need: a map with a >route between two points.
If you have enough info to download a static map (which was what you were originally asking about) then you have enough info to create the URL for the static map. If you're using GDirections, then you still do need to use Javascript, because there is no server-side interface to GDirections, but rather than capturing the image file after doing the getVertex calls on the polyline, capture the URL. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
