Thanks Enoch That's tremendous, have not had a chance to fully look at the code - but it is possible to change the cursor to a pin graphic using this method?
cheers andy On Dec 16, 6:52 am, "Enoch Lau (Google Employee)" <[email protected]> wrote: > DrawingManager<http://code.google.com/apis/maps/documentation/javascript/overlays.ht...>allows > you to provide your users with the ability to add new markers to the > map by clicking on it. The mouse cursor doesn't change to be a marker as > you describe it (it's a crosshair instead) but it is otherwise functionally > the same as what you describe. To implement step 3, listen for a > 'markercomplete' event on your DrawingManager object and show an info > window in the event listener. > > Enoch -- 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.
