1

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.

  • 2
    Anyway, you can create custom Current Location Marker (like in [this answer](https://stackoverflow.com/a/33417474/6950238)) and place it under the cluster markers on Google Map. – Andrii Omelchenko Dec 19 '17 at 08:32
  • Actually, I have created it. But, the issue is that When, Cluster it above that custom marker it doesn't taking click of cluster. it taking click of Marker. Instead, I want signle click of Cluster. Which i can achive with default current location marker of google map. –  Dec 20 '17 at 04:45

0 Answers0