Show user location on the map
SwiftUI wrapper for MapKit’s MKMapView (UIKit).
Add as a dependecy to your project using Swift Package Manager.
Embed map view in your SwiftUI view:
import SwiftUIMKMapView struct ContentView: View { var body: some View { MapView( visibleRect: /* Binding<MKMapRect> */, annotations: /* [MKAnnotation] */, annotationViewFactory: /* AnnotationViewFactory */, overlays: /* [MKOverlay] */, overlayRendererFactory: /* OverlayRendererFactory */ ) } }
Check out the included example app.
Open SwiftUIMKMapView.xcworkspace in Xcode (≥13.1) for development.
SwiftUIMKMapView.xcworkspace
Use ExampleApp scheme to build and run the example application.
ExampleApp
Consider supporting further development and buy me a coffee.
Copyright © 2022 Dariusz Rybicki Darrarski
License: MIT
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
SwiftUIMKMapView
SwiftUI wrapper for MapKit’s MKMapView (UIKit).
▶️ Usage
Add as a dependecy to your project using Swift Package Manager.
Embed map view in your SwiftUI view:
Check out the included example app.
🛠 Development
Open
SwiftUIMKMapView.xcworkspace
in Xcode (≥13.1) for development.Use
ExampleApp
scheme to build and run the example application.☕️ Do you like the project?
Consider supporting further development and buy me a coffee.
📄 License
Copyright © 2022 Dariusz Rybicki Darrarski
License: MIT