On Apr 6, 12:05 pm, Martin <[email protected]> wrote:
> Anyone got any ideas?
it seems the link between the marker and infowindow is being lost
somehow, so it's not being closed.
Maybe the only way is to close it from the map when the "fit map to
locations" is clicked:

$link.onclick=function() {
  $map.closeInfoWindow();
  $map.setCenter($clusterMarker._clusterBounds.getCenter(),
$map.getBoundsZoomLevel($clusterMarker._clusterBounds));
};

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