On May 18, 9:55 am, tasselhof <[email protected]> wrote: > Hi, thanks for answers, tried to work with infowindowclose and am soo > close. > > See: > > 1)http://adresar.bohyne.net/test/hello.php > - after windowclose alerts position of pin > > 2)http://adresar.bohyne.net/test/hello2.php > - tried to use "point" as reference where the map should pan itself, > does nothing :(
Why don't you use the GMap2 infowindowclose event? (there is only one infowindow) Then center the map at: map.setCenter(new GLatLng(50.028137, 15.200568), 7); (the original setting) That was what I thought you were asking about... -- Larry PS - Look at your javascript errors. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
