Wrong titles for markers with Google Map Android API v2

后端 未结 1 635
迷失自我
迷失自我 2021-02-10 17:33

I\'m trying to develop some algorythm for clustering markers on map. Amount of displayed markers should depends on current zoom level. If I show one marker from group of 10 I wa

相关标签:
1条回答
  • 2021-02-10 18:19

    I've solved this problem by clearing map on each CameraChange event and then adding needed markers. It works fine for me.

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