Hey Eric, That's pretty neat. On your BoundsCachingListener I see you store a list of the previous LatLngBounds, removing old ones contained by new ones, but have it crossed your mind to create a polygon with the union of the bounds which intersect? I ask because I was thinking of doing something similar, but using polygons. I'm yet to weigh the creation of the polygon vs storing past boundaries, have you done anything on this direction?
Regards, Alexandre Pretyman On Aug 31, 4:21 pm, Eric B <[EMAIL PROTECTED]> wrote: > A while back I posted about a Marker Manager implementation I had made > for GWT and the GWT Google API Maps > project,http://groups.google.com/group/Google-Web-Toolkit/browse_frm/thread/6.... > I've created another implementation that allows any type of Overlay > (Marker, Polyline, and Polygon) to be managed along with adding an > event handler framework to allow for asynchronous retrieving of > Overlay data. > > You can check out more details and the code > athttp://www.ebessette.com/d/software/GWTOverlayManager. I welcome any > feedback. > > Thanks, > Eric --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
