Hi, Nick, it fires, just your code works when events come in this order: maptypechanged tilesloaded
When they come as: tilesloaded maptypechanged It stops working, because maptypechanged handler calls resetCheckGoogleMap that sets maploaded = false, i.e. overrides what tilesloaded did (maploaded = true). On Oct 26, 11:10 am, NickCarpenter <[email protected]> wrote: > No-one got any ideas on why the 'tilesloaded' event sometimes doesn't > fire? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---
