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

The 'idle' event is not fired properly #202

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Demo link or sample code:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/googleearth/examp
les/earth.html

What steps will reproduce the problem?
add this line google.maps.event.addListener(map, 'idle', function() 
{console.log(' map moved');});

under google.maps.event.addListenerOnce(map, 'tilesloaded', addOverlays);

The ' map moved' is not logged when map is moved after changing to 'Earth' view.

Expected result:
The ' map moved' should be logged when map is moved.

Actual result:
Nothing (no logging of event).

Version: 1

Browser / Operating System:
IE 8 / Windows 7

Additional comments:

*********************************************************
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 home.mal...@gmail.com on 3 Oct 2012 at 9:31