On Feb 25, 4:01 pm, Marcelo <[email protected]> wrote: > Barry, > > I didn't look in the docs, as they were not updated yet. I just tried > it and realized it was there. > Anyway, the Marker object has mousedown and mouseup according to the > docs so, one could implement a tiny invisible marker that follows the > mouse and the marker itself triggers the mousedown and mouseup events, > perhaps?
I believe the docs were updated yesterday or today. Clever people like yourself will always figure out a way to circumvent API limitations but it really ought to be integrated into the API. Clearly, "mousedown" / "mouseup" might interfere with "click" (really it is "touch" because the API assumes iPhone) and / or "drag". The application designer will have to be smart enough to use one or the other but not both. -- 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.
