-
-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPS Timestamp in Position #98
Comments
Hi @gmcdowell, thank you very much for reporting this feature. I have just release version 1.7.0 of the Geolocator plugin which now contains a timestamp as part of the |
Fantastic.
Thx so much.
…On Tue, 11 Sep 2018 at 02:48, Maurits van Beusekom ***@***.***> wrote:
Hi @gmcdowell <https://github.com/gmcdowell>, thank you very much for
reporting this feature.
I have just release version 1.7.0 of the Geolocator plugin which now
contains a timestamp as part of the Position class.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#98 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJog2MffDUEW_FcidzTqEqgmhoqFVujfks5uZnvLgaJpZM4WgwXW>
.
--
_________________________________
Greg McDowell
Oxigeno Online
|
Just to be clear, is the timestamp obtained from the device, the internet, or from the satellites? |
@r3a1d3a1 on iOS and Android it is retrieved from the CLLocation or Location object returned by the platform. On Linux the GeoClue library is used, if it returns a timestamp that is passed along otherwise the |
Thank you very much. As for Android, interpreting the doc was akin to a legal document! |
🚀 Feature Requests
Would love to see the DateTimestamp included in the Position object to assist with determining age of record.
Contextualize the feature
GPS co-ordinates generally includes this value, and hence we believe it is relevant and useful.
Describe the feature
Hopefully it is a matter of including it when the 'position' object is created as part of the call to the device to generate the 'current location'
Platforms affected (mark all that apply)
Nice plugin btw ;)
The text was updated successfully, but these errors were encountered: