Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 736 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 736 Bytes

LocationPicker

Demo Image

Description

A Swift Package for SwiftUI that allows users to pick a location on a map. This package provides an easy-to-use LocationPicker view that can be integrated into your SwiftUI projects.

Features

  • Select a location on a map.
  • Bind latitude and longitude to your ViewModel.
  • Customizable map height and width.

Swift Package Manager

To install LocationPicker using Swift Package Manager, add it to your Package.swift file:

dependencies: [
    .package(url: "https://github.com/MultiMediaCoding/LocationPicker.git", from: "0.0.1")
]