flopp / airports

Fullscreen satellite map randomly showing the world's airports
https://airports.flopp.net
MIT License
8 stars 0 forks source link

Fade in new map view after tiles are fully loaded #22

Closed flopp closed 9 years ago

flopp commented 9 years ago

Use the tilesloaded event of the Google Maps API:

google.maps.event.addListener(app.map, 'tilesloaded', function(){
    console.log('map tiles loaded');
});