Excellent, that worked, now how do you get rid of that marker once the user gets driving directions?
On Jul 16, 6:21 pm, Esa <[email protected]> wrote: > On Jul 17, 2:10 am, Sawtooth500 <[email protected]> wrote: > > > map.addOverlay(new GMarker(41.8927, -88.3271)); > > That is not valid syntax. Try: > > map.addOverlay(new GMarker(new GLatLng(41.8927, -88.3271))); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
