Core Location in iPhone Simulator 3.2 (iPad)

我们两清 提交于 2019-11-29 07:20:54
progrmr

Yes, see this question which has several good answers to this.

EDIT - I eventually decided to write my own CLLocationManager simulator for testing on the iPhone simulator. It's located on github here if you want to use it.

According to the iPhone Development Guide, the location in the simulator is fixed. Sorry!

You might also wanna check out my FTLocationSimulator.

It reads a KML file generated by Google Earth to provide continuous location updates. It also updates the blue userLocation dot in a MKMapView with the simulated location updates.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!