0

I have many markers in googlemaps which overlap at some points. Now I want to define which markers are on top of other markers. Is there any way to do so? My Markers seem to just randomly overlap.

I am adding my Markers with:

mMap.addMarker(MarkerOptions().position(LatLng(breitengrade_live[k], langengrade_live[k])).title(Busname).icon(BitmapDescriptorFactory.fromBitmap(Bitmap_copy))).
Tobias D
  • 87
  • 1
  • 2
  • 13

1 Answers1

0

There is no way as such. But you can give IDs to the marker and then check if their lat and long is same