delight-im / Android-SimpleLocation

Utility class for easy access to the device location on Android
Apache License 2.0
200 stars 75 forks source link

GPS UTC time? #31

Closed makrolika closed 5 years ago

makrolika commented 5 years ago

Hello, is there a UTC time in a GPS signal? Can you extract it for using? I work with lon lat and UTC timestamp.

ocram commented 5 years ago

Yes, there are time signals in GPS that are processed by the receiver, and the information has been added here and documented here.

Please update your dependency for this library to v1.1.0 and you should be able to call method getTimestampInMilliseconds on your instance of class SimpleLocation.