The difficulty to change the icons is that the markers do not exist at the time when directions 'load' event is fired.
It is solved with setTimeout() in the Larry's / Mike's example. Another alternative is to use the 'addoverlay' event that is triggered when markers and the polyline are added on map. http://esa.ilmari.googlepages.com/draggabledir.htm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
