On Dec 17, 1:05 pm, bratliff <[email protected]> wrote:
Actually, I may be able to abandon the use of OverlayView entirely.
The only things I am using are:
this.getProjection().fromLatLngToDivPixel(this.getMap.getCenter
());
plus
this.getPanes();
If both getProjection() & getPanes() were methods of the map, I could
eliminate OverlayView. Everything happens in the "idle" & "draw"
event listeners for the map. "idle" has to be added because it is not
automatic. "draw" could be replaced by "zoomChanged". Because
"PolyCluster" manages many polys, it is never removed.
--
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.