now the problem is when user zooms out the map and cluster is in the same location as user's default location. Then, when I touch the cluster, instead of seeing "cluster selected" I see "MKUSERLOCATION selected". Is there any way of completely ignoring mkuserlocation selection and select cluster then?
This happens of course when I'm displaying user's location:
In the didSelectAnnotationView method I have this code:
now the problem is when user zooms out the map and cluster is in the same location as user's default location. Then, when I touch the cluster, instead of seeing "cluster selected" I see "MKUSERLOCATION selected". Is there any way of completely ignoring mkuserlocation selection and select cluster then?
This happens of course when I'm displaying user's location:
mapView.showsUserLocation = true