gitextract_pa7cjpmw/ ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── MapViewExample/ │ ├── MapViewExample/ │ │ ├── Assets.xcassets/ │ │ │ ├── AccentColor.colorset/ │ │ │ │ └── Contents.json │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── CLLocationCoordinate2D+Examples.swift │ │ ├── ContentView.swift │ │ ├── ExampleAnnotation.swift │ │ └── MapViewExampleApp.swift │ └── MapViewExample.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata ├── Package.swift ├── README.md └── Sources/ └── SwiftUIMapView/ ├── AnnotationViews/ │ ├── MapAnnotationClusterView.swift │ └── MapAnnotationView.swift ├── Annotations/ │ ├── MKMapView+MapViewAnnotation.swift │ └── MapViewAnnotation.swift ├── CoreLocation+Equatable.swift ├── MapView+Xcode.swift └── MapView.swift