Adding thousands of Markers Google Map API V3
问题 I am currently putting together a demo application that needs to show 28,000 markers on a map without using any type of clustering. The problem is, adding the marker to the map for that many takes so long that the browser crashes! Here is the current process -Retrieves map points from database including LAT and LONG (doesn't have to geocode) - for loop cycles through each of the returned values and does this: var marker = new google.maps.Marker({ position: point, animation: google.maps