Wasn't it Shane who wrote: > >Thanks for the replies. > >Here's a link to a map using a variety of listeners, including Mike's >suggestion of using the map drag object. > >http://animalgod.com/test/mousedown.htm > >Mike, I think your solution is what I'm looking for. It seemed a bit >unintuitive because I'm disabling dragging on the map first. I suppose >the drag object remains and continues to capture events even though >it's locked in place.
The drag object is still there, even if its dragging is disabled. It contains everything that would move if the map were dragged or moved, including the tiles, markers, polylines and other overlays. The API doesn't bother completely redesigning all that internal structure when you disable dragging. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
