Reputation: 596
I want to bring my location coordinates only by using GPS and not with triangulation of cellular data,wifi network if they both are turned on.How to do this in iOS7?
Please help me on that.
Upvotes: 1
Views: 140
Reputation: 28727
1) Check horizontal accuracy of Location: If it is < 30m then it is GPS
2) Check Location.course (maybe called heading) and speed: If valid it came from GPS, Only GPS delivers course and speed
Upvotes: 1
Reputation: 1312
Try this one it might be what you are looking for
http://www.vellios.com/2010/08/16/core-location-gps-tutorial/
Upvotes: 0