Get time from GPS

diego

Member
Licensed User
Longtime User
I've been testing GPS utilities and there's something I don't understand: normally GPS gives you the time every second (every update), but it's not possible to get the time if GPS_LocationChanged event is not raised.

Is there any way to show a "GPS clock" in the screen?

(in B4PPC there was GetGpsData to ask for data at any time)
 
Top