Display Multiple pin on same LAT/LONG values

生来就可爱ヽ(ⅴ<●) 提交于 2019-11-28 08:55:30

问题


I'm trying to show pins on mapv2 of same lat/long values, but the pins are getting overlapped on one another. Id there any better way to display multiple pins at same lat/long when i have to display bunch of pins at the same location (Lat/Long).


回答1:


Use anchor(float u, float v) of MarkerOptions() to set different anchor for each Marker




回答2:


No, it is not possible, because just think in a common way, you have one latitude and longitude, means one point to put pin, so if you are push 1000 pins there then you can only see one only, because there is one predefined as well as perfect point.

Its not possible.



来源:https://stackoverflow.com/questions/18888045/display-multiple-pin-on-same-lat-long-values

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!