It looks like the change was unintentional. What happens is that in the main code GOverviewMapControl.getOverviewMap() is initially set up to point at a dummy function which returns null.
When the external module gets loaded, it has code that defines GOverviewMapControl.prototype.getOverviewMap() to return a reference to the overview map. This definition of the method should overwrite the dummy method that was set up in the main code. In v2.135 onwards, the overwrite doesn't work, when you call .getOverviewMap() it calls the dummy function in the main code rather than the real function in the module. I can't see why the method isn't being overwritten any more. The code looks good to me. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
