I have a large set of objects (about 3000) which need to be plotted on
the map.  The data for the objects (imageurls, colors, lat/long
coordates, etc) are stored in java objects persisted using JDO.  When
the page loads, I draw these items onto the map.  As you might guess,
it takes quite a long time because I am calling creating the overlay,
adding the callback, and adding the overlay to the map 3000 times for
each load.  The markers cannot be persisted because they are not
serializable, so I have to recreate them from my base data on each
load.

Is there a better way to add large sets of markers to the map while
still having the ability to add callback functions for each marker,
etc.

Kyle

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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-api?hl=en.

Reply via email to