Hi,

I'm trying to pan back to the center of my map after closing the
InfoWindow.

I still have my map on localhost, sorry.

But this my code so far:

GEvent.addListener(marker, "mouseout",
                function() {
                    marker.closeInfoWindow(html);
                    map.panTo(new GLatLng
(6.664607562172585,21.4453125));
                });

Is it possible to use the "onCloseFn" function?

Thanks!

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to