Hi all
When I use GPS code to get the current location with time. Is the given time taken from the Internet, or the device’s time, or the GPS itself?
When I use GPS code to get the current location with time. Is the given time taken from the Internet, or the device’s time, or the GPS itself?
B4X:
Sub GPS_LocationChanged (Location1 As Location)
Dim currentDateTime As Long
currentDateTime = Location1.Time
Log(DateTime.Time(currentDateTime))
End Sub