From the documentation of GPS_POSITION,
rgdwSatellitesInViewSignalToNoiseRatio
Signal to noise ratio of the satellites in view of the GPS hardware. Higher numbers indicate greater signal strength.
I tried to retrieve the Satellite ID and the Signal Strength and here is the result
ID Signal Strength
______________________
1 21
23 18
19 12
20 18
3 12
32 14
13 15
Question is, is there a fixed maximum value of Signal Strength? If yes, then what is the value?
The purpose is I want to display the signal strength for each satellites in percentage form (as my client want to see) such as below:
ID Signal Strength
______________________
1 21 % ?
23 18 % ?
19 12 % ?
20 18 % ?
3 12 % ?
32 14 % ?
13 15 % ?