On 19 November 2011 16:04, JKurtock <[email protected]> wrote: > > 2. In your description, assuming waypoint E is #4 and A is #0, you > would expect E to A to be the final leg and shown on the map. What is > the problem you see?
I'd guess the marker for point E is shown superimposed on A and the route appears to run from B through E to B, instead of A through D to A. One fairly easy way around that might be to make the last point very slightly north of the first point so the last marker is stacked underneath the first. Otherwise you're into replacing markers (so that you make point E show an "A" marker): while I'm sure there are examples which do that, it's easier to add 0.000001deg to the last point. -- 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.
