I am new to using google maps api and am trying to pass multiple
waypoints to the api using optimizeWaypoints set to True. I have some
destinations that have a fixed time and need to be ran in a certain
order and cannot be mapped using optimizeWaypoints  set to True.

Here is what I am trying to accomplish

I am passing these to google maps with optimizeWaypoints set to True.

Directions A
Directions B
Directions C

Then I have these directions that I need to add to the map because D
must be the first destination after A,B and C. Then E and F can be in
any order.

Directions D
Directions E
Directions F

One way I figured this could be done is to pass the first set and then
store the order and then pass the second second and store the order
and then pass them with optimizeWaypoints set to False.

Is there an easier way to do this?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to