Cluster markers in Google Maps Android v2

后端 未结 8 1716
你的背包
你的背包 2020-12-23 15:01

I have to place different markers on a GoogleMap from the Google Maps Android v2 API. The problem is that multiple markers are set to the same position (lat/lng), so the use

相关标签:
8条回答
  • 2020-12-23 16:05

    For those of you who are having troubles with the performance of the Google Maps Android API Utility Library, we've created our own fast clustering library: https://github.com/sharewire/google-maps-clustering. It can easily handle 20000 markers on the map.

    0 讨论(0)
  • 2020-12-23 16:08

    I'm a little late, but Clusterkraf is a great library, check it out:

    https://github.com/twotoasters/clusterkraf

    0 讨论(0)
提交回复
热议问题