I have been trying to get my map to cluster items. It all works initially but when my map-region changes and then returns all my Custom Pins change to iOS Map default red pins, and are no longer able to cluster. I am using a nugget called ClusterKit and as I mentioned earlier the parts work initially but then looks like my public virtual MKAnnotationView GetViewForAnnotation(MKMapView mapView, IMKAnnotation annotation) is returning a MapKit.MKAnnotationWrapper as opposed to a CkCluster which would returns the first time the pins load. This Wrapper can't even be converted to my Custom Annotation which has all my properties and information needed.
I read that this used to be a common occurrence, but I'm not sure how to fix this or how to convert the MKAnnotationWrapper to a Custom Annotation aka (MyCustomAnnotation). I posted about it on StackOverflow and here is the link to my question,