Is it possible to get GPS raw data like pseudo-range

Hi all,


I'm new to ios programming and I'm going to program an App for precisely positioning with hardware on iPhone. For this purpose I need to get some raw data out of the GPS module. I've learned already the CLLocation class can support attributes as Lattitude and Longitude. but not enough in my case. Actually what I need is those raw data used for positioning. So could anyone give an answer?


Thanks!

Replies

Is it possible to get GPS raw data like pseudo-range

No, it is not possible to get raw GPS data on iOS. Access to location information is always mediated via the Core Location framework.

ps If you have follow-up questions about location you should post them to System Frameworks > Maps and Location, where you’re more likely to connect with folks with greater expertise in this area.

Share and Enjoy

Quinn "The Eskimo!"
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
  • I see this post is 7 years old by now. Is there still no way to get the raw GPS data?

    Thanks

Add a Comment