views:

21

answers:

1

I'm using CLLocationManager to get a location, and I need I within about 40-50 meters. I have desiredAccuracy set to nearest ten meters (also tried with best). It always comes up as 100.00. No higher, no lower. Don't have cell service on the phone, just going off GPS and WiFi. iPhone 3G. Also tried with Apple's LocateMe sample project, same results (threw in a nslog to LocateMe to check the accuracy). Is that the highest accuracy you can get without cell service? I feel like I used to get better. Stumped.

A: 

Recently Apple stop using location services of Google and stared using theirs, found locations sometimes have worse accuracy. The same you have mentioned that you have no cultural service on device, this does not allow to use AGPS (oh maybe WiFi helps a little bit). Like @hotpaw2 said, It may take some time while GPS adapter connect to satellites.

lukewar