Andrei Dobrin
Andrei Dobrin

Reputation: 1185

cluster google maps markers on ios with swift

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!

Upvotes: 2

Views: 2084

Answers (1)

ceylonprince
ceylonprince

Reputation: 11

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.

Upvotes: 0

Related Questions