Interesting thread. I'm getting the impression that there are a lot of hurdles refactoring existing maps to native Swift UI Map.
I need for example Clustering.
With UIViewRepresentable approach I could do something like:
let annotationView = MKMarkerAnnotationView(annotation: annotation, reuseIdentifier: "Fountain") annotationView.clusteringIdentifier = "FountainCluster"
Was anyone successful clustering MapPin, MapMarker or MapAnnotation - and defining interactions for the cluster (e.g. tap to expand/zoom in)?
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: