Hi all,
This is my first post in here.
I only wrote because I needed to know how many satellites were in use, not just in view actually.
What I did was to modify the GPS.cs class this way:
public
int SatInUse { get { return nbsatused;
}
}
It's very simple but as I did not know if I could know the number of satellites in use with any other method... I tried this...
Albert