i'm sorry but my question obviously wasn't clear.
instead of creating 10k+ individual anonymous functions as click
events for the markers,
i'd rather like to assign 10k+ references to one public marker
handling function. but anyway,
from my tests it seems to make no difference performance wise, in
newer browsers, and i don't
care about IE6...
btw. 10k markers isn't really a problem for markerClusterer. i've also
tried adding/deleting markers dynamically
based on bounds. it's ok, but that way i have to potentially handle a
lot of ajax requests to the database.
if performance goes critical one day, i'll probably play around with
javascript/nosql techniques and dynamic loading.
thanks, uno
On 17 Okt., 10:54, alexandroid <
kamot...@gmail.com> wrote:
> See "Accessing Arguments in UI Events" section, in particular code
> example there.
http://code.google.com/apis/maps/documentation/javascript/events.html...