kstukstu / google-maps-utility-library-v3

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

Not recognizing "bounds_changed" events #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using the nav menu to repeatedly pan in any direction, MarkerManager 
eventually stops rendering markers. The limit seems to be the default boundary. 
This may be caused by the change in event actions between API v2 and v3. The 
previous version used "moveend" but the current API requires "bounds_changed" 
for this activity.

Example map: http://ericchristenson.com/battletech/map_test.html

To reproduce the problem, zoom-in to the max level and then keep 
panning to the right using the nav button. Eventually the markers just 
end, as if there's a distance they will not pass.

Version: 1.0

Browser / Operating System:
FF 3.6.6 and Chrome 5.0 on both Windows Vista and Mac OS X Snow Leopard

The forum thread that lead to this issue submission can be found here: 
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/ed9311
cd0cdd1723

Original issue reported on code.google.com by ebaku...@gmail.com on 8 Jul 2010 at 6:20

GoogleCodeExporter commented 9 years ago
Applied thew suggested fix in the thread, seem to run into no issues.

Original comment by bbr...@gmail.com on 1 Nov 2010 at 9:25

GoogleCodeExporter commented 9 years ago

Original comment by bbr...@gmail.com on 1 Nov 2010 at 9:46

GoogleCodeExporter commented 9 years ago

Original comment by bbr...@gmail.com on 1 Nov 2010 at 9:56

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
https://code.google.com/p/google-maps-utility-library-v3/source/detail?r=216

It is using the idle event to fire the update. Idle is when the user has
stopped changing the map.

Original comment by bbr...@gmail.com on 4 Apr 2011 at 5:31