I'm creating an application whereby a large number of markers are overlayed onto a Google map within a given area. With roughly 2000 markers per 1 mile radius this process has become rather slow. Using this method I am able to switch to the streetview view and the overlays are rather cleverly overlayed onto the image.
To improve performance I set about exploring some of the more advanced google tools to display the overlays.
http://code.google.com/apis/maps/articles/toomanymarkers.html
MarkerClusterer is the method I have adopted which works fantastically in the map view, however switching to the streetview I am no longer able to see the markers nicely overlayed according to the angle/view of the streetview.
Is it possible to persist these markers onto the streetview object?
Thanks in advance, Gary