I am using Clustering on google map. I have set current location circle on google map using below lines :
mMapView.setMyLocationEnabled(true);
The issue is that, current location circle is overlapping the cluster. Is there any way to put the current location marker to back of cluster count ?
Thanks.