Skip to content

SwiftLocation 4.0.2 (Swift 5.x+)

Compare
Choose a tag to compare
@malcommac malcommac released this 12 May 08:52
· 204 commits to master since this release

Released on: 2019-05-12

CHANGES

  • #257 [NEW] LocationManager's completeAllLocationRequest() function is now public and allows you to complete all gps location requests with a single command by passing optional error reason.
  • #256 [NEW] LocationRequest now produces a new type of error in case of missing required location before timeout. It's called requiredLocationNotFound and includes both the time interval of the timeout and the last absolute location received from gps module (regardless the required accuracy).