kxqabaxl / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

MarkerWithLabel - Heavy load with large number of marker on map. #218

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Now i'm using google map v3 with MarkerWithLabel. When i load about 500 
MarkerWithLabel, map become very slow (even when dragging map or zoom).
I using sample code at : 
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerwithlabel/e
xamples/basic.html

But it have the same result when have 500 MarkerWithLabel on map.

Can i improve performance of google map when load a large number of 
markerWithLabel ?
I need MarkerWithLabel to show information of marker.

Thanks for any help.

Version MarkerWithLabel: 1.1.7

Browser / Operating System:
[FF 17 & Chrome 23]

Additional comments:
[Enter any additional comments about the bug here.]

*********************************************************
Tip: Star this issue (next to title) to receive notifications of status
changes against this issue, also used as a gauge for how many people are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by nguyen.g...@greensun.com.vn on 11 Dec 2012 at 12:06

GoogleCodeExporter commented 8 years ago
Unfortunately, MarkerWithLabel has to force the optimize property of markers to 
false because it does not work with the optimized markers that use canvas. 

Original comment by garylitt...@gmail.com on 12 Dec 2012 at 5:13