On Nov 3, 1:22 pm, Kevin Davis <ke...@kevincdavis.net> wrote: > Hi there, > > Based on the link below: > > http://kevincdavis.net/map_temp.php > > there is a map with waypoints, what I would like to do is show the > directions based on the items I select in the list box. For example I > would choose the 3rd location, then the 1st location, and the 4th > location in that order I have described. However, Google choose the > best route even though I have turned off the Route Optimization.
Google does them in the order you pass them in in the call. Have you made sure that you change the order of the waypoints you send in the request based on the order of selection? That part doesn't have anything to do with the maps API. -- Larry > > I just need some advise if that can be done or not.. > > Thanks! -- 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 google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.