On Dec 17, 10:59 pm, Ben Appleton <[email protected]> wrote:

> The projection and the panes are in delay-loaded code, so they're not
> synchronously available.  So far we've worked to avoid exposing
> asynchronously loaded code.  The projection is a common request though, so
> we're thinking about how to provide it.

Automatically calling the "idle" event like you do for the "draw"
event would be a nice addition too.

    OvelayView.prototype.idle=function(){};

If I override it, you call mine.  If I do not override it, yours
returns immediately.  It eliminates explicit event listeners for every
OverlayView.

--

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.


Reply via email to