Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not recognizing "bounds_changed" events #21

Closed
GoogleCodeExporter opened this issue Sep 29, 2015 · 5 comments
Closed

Not recognizing "bounds_changed" events #21

GoogleCodeExporter opened this issue Sep 29, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: FixedNotReleased

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant