phldavies
01/19/2021, 10:39 AMCLLocation.speedAccuracy
(iOS 10+) or CLLocation.courseAccuracy
(iOS 13.4+) from Kotlin. Ideally we would still support older iOS but utilise courseAccuracy
when on iOS 13.4+ (similar to #available
in swift)Tijl
01/19/2021, 10:47 AMcourseAccuracy
. I would assume speedAccuracy
has been there much longer though.phldavies
01/19/2021, 10:49 AMspeedAccuracy
is not present in 1.3.71 (our current target - looking to move to 1.4.x soon)