Display Multiple Pin On Same Lat/long Values
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
Solution 1:
Use anchor(float u, float v)
of MarkerOptions()
to set different anchor for each Marker
Post a Comment for "Display Multiple Pin On Same Lat/long Values"