> Is it sluggish because all infowindow information is loading when the > map loads? If so, could I possibly code it so that the infowindow only > loads when the marker is clicked?
That is certainly possible, and may help a little bit. It probably still won't be acceptable though with 800 markers on screen. Consider a different approach : clustering perhaps? Or put your data into KML, and let Googles servers do the donkey work? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
