简体   繁体   English

迅速在iOS上将Google Maps标记聚类

[英]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. 我必须开发一个使用google-maps的应用程序,并且在地图上有很多标记。 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). 我知道这个问题以前曾被问过,但是这些问题已经过时了,并且带有Objective-C(我完全没有经验)。 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. 我使用的语言很快,我一直在徘徊,如果自2013年问起这些问题以来是否提供了更简单的解决方案。

Thank you! 谢谢!

There is an SDK now. 现在有一个SDK。 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 . 它有一个静态库,因此它不能与use_frameworks一起使用-您可以按照这里的说明将它手动添加到您的项目中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM