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
Original issue reported on code.google.com by
home.mal...@gmail.com
on 3 Oct 2012 at 9:31