On Aug 25, 5:05 am, "Susannah (Google Employee)"
<
susann...@google.com> wrote:
> Two other things I noticed in looking at your example:
> You don't need to explicitly handle the zoom_changed and
> bounds_changed events.
I use "bounds_changed" to stay in sync with tile replacements. The V3
"draw" method does not fire often enough. The V2 "redraw" without the
"force" argument did fire often enough.
Can you suggest another way to do it without event listeners ? I
would love it if OverlayView supported its own "bounds_changed",
"center_changed", "zoom_changed" methods without explicitly declared
event listeners on the map. Several of the methods existed once but
are no longer documented.