GPS Problem

androterra

Member
Licensed User
Longtime User
How can I know if the GPS has fixed? :confused:
Does somebody know if there is a flag 'isfixed' ?
Thanks for your help.
 

LittleEddie

Member
Licensed User
Longtime User
I use .Accuracy and .AccuracyValid
in my golfing App I make sure .Accuracy is withn 4 meters before using.

and if your not using HelpViewer you can get it here
HelpViewer
 
Upvote 0
Top