Closed serhii-kucherenko closed 5 years ago
Hi, I'm trying to implement an individual view for each cluster based on the size - if it's a cluster or single marker. How can I add an additional property to cluster/marker so that I could get that data in the 'didSelect' method?
Solved it with let customAnnotations = cluster.annotations as! [MyAnnotation]
let customAnnotations = cluster.annotations as! [MyAnnotation]
Hi, I'm trying to implement an individual view for each cluster based on the size - if it's a cluster or single marker. How can I add an additional property to cluster/marker so that I could get that data in the 'didSelect' method?