vote up 2 vote down star

Hi, I'm writing a Google Maps mashup. I ask google the path from one location to another location. Google Maps gives me a Map with the route. I would like to take this route somehow and modify it (adding or removing points) before displaying it in the map. Is it possible? How would you do that?

Many thanks!

flag

52% accept rate

1 Answer

vote up 4 vote down check

According to the Google Maps API Reference, there is a loadFromWaypoints function which will take waypoints in an Array and use them to calculate directions.

Edit: +1 for Cannonade. What he said.

link|flag
2  
+1. Maybe clarify you can mix address to be geocoded with latitude/longitudes in the supplied array? – Cannonade Jun 3 at 1:33

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.