Hello
I'd like to ask how to check whether the GPS has a locked position, i.e. it has a signal and accordingly it did find a position? This is not checking if the GPS is enabled, that's easily done by GPS1.Enabled is false/true, but in order to have a locked signal the GPS surely is enabled.
By all means, when this happens, the gps_locationchanged is fired but I may loose the signal, still keep those Lat and Long coordinates but they're no longer available if I lost the signal in the mean while and I ran away. So... how to check when a signal is locked?
Thank you!
Adrian
I'd like to ask how to check whether the GPS has a locked position, i.e. it has a signal and accordingly it did find a position? This is not checking if the GPS is enabled, that's easily done by GPS1.Enabled is false/true, but in order to have a locked signal the GPS surely is enabled.
By all means, when this happens, the gps_locationchanged is fired but I may loose the signal, still keep those Lat and Long coordinates but they're no longer available if I lost the signal in the mean while and I ran away. So... how to check when a signal is locked?
Thank you!
Adrian