
LocationPicker for SwiftUI is a Swift package that provides an easy-to-use SwiftUI view for interactive input of geographic coordinates.
LocationPicker is a lightweight SwiftUI component for selecting geographic coordinates with Apple Maps. Present it in a sheet or navigation flow, let users tap to drop a pin, and receive live coordinate updates via a simple binding.
- SwiftUI-first: Drop-in view that fits sheets, forms, and navigation flows.
- Interactive map: Tap to select a point; pin animates into place.
- Live coordinates: Selected latitude/longitude always visible.
- Zero dependencies: Built on MapKit and SwiftUI.
- iOS: 15.0+
- Swift: 5.7+
- Xcode: 13.0+
- In Xcode, go to
File > Add Package Dependencies…
. - Enter the repository URL:
https://github.com/alessiorubicini/LocationPickerForSwiftUI
. - Select the version or branch you prefer and add the package to your target.
Questions, ideas, or issues? Feel free to open an issue on GitHub.
MIT © 2022–present Alessio Rubicini. See LICENSE for details.