YnJin1010 / 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

Marker disappear on some zooms after new marker position #246

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Demo link or sample code:
http://jsfiddle.net/9Wtt4/2/

What steps will reproduce the problem?
1. Create marker and add it to MarkerManager
2. set marker position outside of current map view bounds by marker.setPosition
3. pan to new position

Expected result:
Visible marker at current zoom and other different zooms(set by options)

Actual result:
Not visible marker unless zoomout some times. If then zoom in again, marker 
will disappear again. Option trackMarkers doesn't effect on it.

Version: MarkerManager 1.1 (r409)

Original issue reported on code.google.com by goddan...@gmail.com on 9 Apr 2013 at 10:23