Closed blaineam closed 8 years ago
I changed the maxZoomLevel in FBClusteringManager.swift to 22 instead of 19 and changed the FBCellSizeForZoomLevel switch(zoomLevel) case 18 ..< Int.Max to return 32 instead of 18 and it seems to handle the clustering a lot better now.
I'd like to make the cluster have a wider reach so that if say I have a bunch of images on a map at a particular size say 50 CGPoints square I'd like them to group into clusters as opposed to overlapping. currently they overlap for that big of an annotation.
Thanks again