[Google Maps API v3] Re: Draw thousands of objects (markers, infowindow, polylines, circles, polygons)

2011-08-14 Thread Nasir
might be poly cluster can be helpful read http://home.provide.net/~bratliff/polycluster/ -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-ap

[Google Maps API v3] Group a set of polylines - Clustering

2011-08-14 Thread Nasir
hi, I have a map with different polylines. Some polylines can be overlap and can have similar path. However, some are closest with each other. I would like to group the polylines (overlapped and closest). In this way, it should show a single polyline instead of multiple polylines. Its a simila