> 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 want to draw a line between points that you know the location of, yes. If you need to geocode the points i.e. you only have an address, that is do-able using various geocode services from your server-side code. If you want to get driving directions, there is no way at the moment from Google to do it server-side. You could look into other services though. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
