- labels: 943066 -->
The results of a positioning.position() call doesn't include the details on the satellites, only the numbers used. It would be very useful if it could include the list of satellites used (not just the count), and the details of all the satellites seen (elevation, azimuth and signal strength)
Ideally, the satellites dictionary should contain something like:
{’horizontal_dop’: 2.34999990463257, ’vertical_dop’: 2.29999995231628, ’time’: 1187167353.0, ’time_dop’: 1.26999998092651, ’used_satellites’: 5, ’satellites’: 6, 'used_satellites_list':(1,5,11,22,23), 'seen_satellites':{
1:{'prn':'01', 'elev':33, 'azim': 123, 'sig_strength':43},
5:{'prn':'05', 'elev':76, 'azim': 323, 'sig_strength':32},
}}
I believe this extra information is easily available from the symbian gps positioning api. (The LocationRequestor module does provide all of this data)