I'm doing some testing on how to display large amount of markers data , so i'm asking for advice from more experienced people here.
Which way is best... Right now i'm using markerclusterer for clustering the markers and loading json data from server for each tile that is loaded , also stripped json code to long/lat only and using json to fetch data for infowindow, also saving data in array so when user zoom 1 level up or down so display existing markers , but only 1 level because its eating too much system memory , and also if its already fetched data it doesnt load json for that tile again.. is this good way to load data as tiles load, so it can fetch more ajax simultaneously , or just to load data within bounds of window and removing data that is not in that window , so Tiles Loading data or ordinary loading? -- 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.
