tags:

views:

97

answers:

1

Possible Duplicate:
Is it possible to get GPS satellite numbers via iPhone SDK ?

I am looking for the equivalent of LocationManager.getGpsStatus(...) on Android (link). More precisely it would be interesting to get, for all tracked satellites: their PRN numbers, C/N0, azimuths and elevations.

I know the SDK does not have any such interface, but does anyone know of a possible way to access to these values, or any software project showing such information?

A: 

There is no public available API that allows you to get this kind of detailed information about the GPS satellites.

Claus Broch
This part I already know.
Stéphane