Wasn't it Esa who wrote: > > >On Oct 13, 5:36 pm, Rumith <[email protected]> wrote: >> No, unfortunately that doesn't solve the problem. > >Then I suggest you file an issue. >http://code.google.com/p/gmaps-api-issues/ > >I think GInfoWindow.reset() is not used continuously on many pages. >Maybe the issue been there all the time. > >You can set a GSize() as the third parameter so far to make your page >work.
It's usually just as easy to call .openInfoWindowHtml() again with the new location. I don't think that using .reset() gains you much speed, because it goes through most of the openInfoWindow code: it possibly skips the size calculation, but has the additional overhead of retrieving some of the details from the existing infowindow. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
