On Jul 16, 5:07 pm, Ralph Ames <[email protected]> wrote: > >Excellent, that worked, now how do you get rid of that marker once the > >user gets driving directions? > > map.clearOverlays();
or keep a reference to it and do a map.removeOverlay on it (if you don't want to remove everything). -- Larry > > Ralph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
