ribl / FBAnnotationClusteringSwift

Swift translation of FB Annotation Clustering, which clusters pins on the map for iOS.
http://ribl.co/blog/2015/05/28/map-clustering-with-swift-how-we-implemented-it-into-the-ribl-ios-app/
MIT License
311 stars 109 forks source link

How to load geojson data with this library in swift for MKPolylines? #78

Open AnilkumarRabhasa opened 6 years ago

AnilkumarRabhasa commented 6 years ago

Few of developers suggested this library for iOS to show clusters in mapview if the data has huge. But, I have geojson file which has 7000 data to load in my mapview as polylines. I am able to load, but, my mapview getting freeze frequently while zoom-in/zoom-out time.

So, how to load my geojson data with polylines for cluster?

Can you please guide us to forward to fix our issue over mapview?