On Mon, May 24, 2010 at 3:53 PM, Pil <[email protected]> wrote: > > > On May 24, 3:26 am, Ben Appleton <[email protected]> wrote: > > Why do you need these methods, if not to overlay something on the map? > > > Hmm, yes, but it could be that one of these methods is needed for > simple markers, polylines etc. or something like this > > > http://gmaps-samples-v3.googlecode.com/svn/trunk/latlng-to-coord-control/latlng-to-coord-control.html >
Why don't you just listen to Map event "mousemove"? That returns the LatLng, which seems simpler than adding a dummy OverlayView only to access the projection. And regarding the speed: I think you ignore the clients script code > (also a great speed factor), as I mentioned here > > http://groups.google.com/group/google-maps-api/msg/000026a40d477776 > We take performance very seriously, not just the time to load a map. Your post does not claim poor performance though, it claims that markers are hard to use. Can you suggest improvements to the marker tutorial<http://code.google.com/apis/maps/documentation/javascript/overlays.html#Markers> ? Thanks Ben -- > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- 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.
