MKMapView's user location is wrong on startup or resume

前端 未结 7 2135
臣服心动
臣服心动 2021-01-17 19:15

When I start my application fresh, or resume after a long time, MKMapView\'s notion of the userLocation is wrong and shows me in the middle of the sea.

I am using th

7条回答
  •  庸人自扰
    2021-01-17 19:57

    Just as Jeremy Massel wrote you have to sort out the first bad positions on app start / continue. Found a great blog post a couple of months ago:

    http://troybrant.net/blog/2010/02/detecting-bad-corelocation-data/

提交回复
热议问题