geolocation
geolocation copied to clipboard
Exposing Accuracy, Timestamp and Speed
Hi, thanks for the library.
The Android location class has speed, location and accuracy https://developer.android.com/reference/android/location/Location.html, I presume that iOS has similar https://developer.apple.com/documentation/corelocation/cllocation.
Would you be open to exposing them on the LocationResult
class?
How easy would it be to expose them? I can submit a PR for Android, but won't know what to do for iOS as I have no experience there.
are these available in LocationResult class ?