On Jan 27, 12:25 pm, Howie <[email protected]> wrote: > the map. The act of opening the window moves the map slightly, which > then refreshes and thus closes the infowindow. Is there anyway round > this problem?
You can create a buffer around the bounds of the map, and refresh based on that. Implemented here: http://maps.forum.nu/server_side_clusterer/ See the functions moveEnd() and doSearch() and the global variable pixelThreshold. -- Marcelo - http://maps.forum.nu -- -- 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.
