On Jul 12, 1:40 am, bratliff <bratl...@umich.edu> wrote:
> Can someone from Google please explain why an "OverlayView" "idle"
> method in V3, IF IT EXISTS, is not ALWAYS called automatically at the
> completion of EVERY drag / pan / zoom.  
>

The MarkerClusterer source code has got an implementation of an idle()
method, as if it was part of the OverlayView interface, but looking at
the documentation OverlayView doesn't have an idle() method.  Was it
ever part of the official interface?

snippet from the source:

// MarkerClusterer @extends google.maps.OverlayView

/**
 * Implementation of the interface.
 * @ignore
 */
MarkerClusterer.prototype.idle = function() {};

...

-- 
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 google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to