SwiftLocation v4.0.2 Release Notes

Release Date: 2019-05-12 // almost 5 years ago
  • 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).