On Jul 29, 7:05 pm, Dave_Tenen <[email protected]> wrote: > Thanks Larry - the example was perfect. I now have the issue of > implementing it into the way I'd like directions to be shown :) > As I edit the directions table style step-by-step once receiving each > step, please see the new example; > > http://www.twizla.com.au/test/ > > GLog shows after the first 'get directions'; > > 11:58:22:386onGDirectionsAddOverlay() > 11:58:22:401removing 0 markers > > After the second 'get directions'; > 11:58:37:948onGDirectionsAddOverlay() > 11:58:37:948removing 0 markers > 11:58:38:026onGDirectionsAddOverlay() > 11:58:38:026removing 0 markers > > It just doesn't want to get the point where it will process the > Gdirections marker and then remove + replace the markers. > I've been sitting on this for 2hours now, trying to figure out why it > won't get to the processing and I'm positive it won't even get up to > this line; > map.removeOverlay(newMarkers[i]); > } > > Thanks! > > Dave
I would have thought you were trying to do something like this: http://www.geocodezip.com/twizla_com_au_testC.html but with the ability to add additional points. -- Larry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
