Document removeOutsideVisibleBounds

This commit is contained in:
Dave Leaver
2013-01-23 08:31:07 +13:00
committed by danzel
parent ff23ef0430
commit c738664063

View File

@@ -26,6 +26,7 @@ By default the Clusterer enables some nice defaults for you:
showCoverageOnHover: When you mouse over a cluster it shows the bounds of its markers. showCoverageOnHover: When you mouse over a cluster it shows the bounds of its markers.
zoomToBoundsOnClick: When you click a cluster we zoom to its bounds. zoomToBoundsOnClick: When you click a cluster we zoom to its bounds.
spiderfyOnMaxZoom: When you click a cluster at the bottom zoom level we spiderfy it so you can see all of its markers. spiderfyOnMaxZoom: When you click a cluster at the bottom zoom level we spiderfy it so you can see all of its markers.
removeOutsideVisibleBounds: Clusters and markers too far from the viewport are removed from the map for performance.
You can disable any of these as you want in the options when you create the MarkerClusterGroup: You can disable any of these as you want in the options when you create the MarkerClusterGroup:
```javascript ```javascript