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]
LocationRequest
now produces a new type of error in case of missing required location before timeout. It's calledrequiredLocationNotFound
and includes both the time interval of the timeout and the last absolute location received from gps module (regardless the required accuracy).