Skip to content

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

The-Igor/async-location-swift-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages