The-Igor / async-location-swift-example

Real-time swift geolocation and geocoding tracker with asynchronous streaming async await, concurrency and MapKit address decoder Example With its streamlined implementation process, you can quickly integrate this streaming solution into your app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async/await location streamer for iOS, watchOS using new concurrency model in Swift

Features

  • Using new concurrency swift model around CoreLocation manager
  • Customizable in terms of passing a custom delegate conforming to ILocationDelegate protocol
  • Customizable in terms of CLLocationManager properties
  • Streaming current location asynchronously
  • Different strategies - Keep and publish all stack of locations since streaming has started or the last one
  • Support for iOS from 14.1 and watchOS from 7.0
  • Errors handling (as AsyncLocationErrors so CoreLocation errors CLError)

SwiftUI example for package

Async location streamer

simulate locations

About

Real-time swift geolocation and geocoding tracker with asynchronous streaming async await, concurrency and MapKit address decoder Example With its streamlined implementation process, you can quickly integrate this streaming solution into your app


Languages

Language:Swift 100.0%