On 23 May 2011 05:52, Victor Rincón <[email protected]> wrote:
>
> I am working on a school project where I need to plot a static google
> map, this means, just an image I can retrieve from Google, with a
> defined center, zoom level and so on... but my question is... is it
> possible to retrieve such an image with the route between two points
> plotted on it? I don´t mean a javascript solution where the user can
> interact with the map, but just a static picture....

Have you looked in the documentation?
http://code.google.com/apis/maps/documentation/staticmaps/#Paths

The answer to the question is Yes, you can get an image with the route
plotted on it. But you have to plot the route yourself. You could
possibly do that with a server-side call to the Directions service
before requesting the map (with the route added); if you use the
Directions service you must show the route on a map, and I reckon a
Static Map counts.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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.

Reply via email to