I have to develop an app that uses google-maps and it has many markers on the map. one of the requirement is to cluster these markers when the user zooms out.
I know this question has been asked before, but those questions are old and with objective-c(with which I have no experience at all). The language that I am using is swift and I was wandering if a simpler solution has been made available since 2013 from when those questions have been asked.
Thank you!
There is an SDK now. It has a static library so it won't work with use_frameworks - you can manually add it to your project following these instruction here.