I was trying to do clustering map with this guide from MapView with clusters: how to display multiple annotations on same view. While trying to do this, i encounter an issue related to the zoomLevel of mapView. Its said that the mapView doesn't have any zoomLevel() method. Could anyone explain me why its telling me that?
In addition, the current result that i get from it is that the map start clustering but not very smooth and sometimes the map gets lagging and shows more annotation than what it suppose to show.
I also need a guideline on how to use the FBAnnotationClusteringSwift library since i am quite confused of how to take this library into use.
Many thanks!