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))).