SwiftLocation 4.0.2 (Swift 5.x+)
Released on: 2019-05-12
CHANGES
- #257 [NEW]
LocationManager'scompleteAllLocationRequest()function is now public and allows you to complete all gps location requests with a single command by passing optional error reason. - #256 [NEW]
LocationRequestnow produces a new type of error in case of missing required location before timeout. It's calledrequiredLocationNotFoundand includes both the time interval of the timeout and the last absolute location received from gps module (regardless the required accuracy).