#1 adad184 2013年12月18日 一个的解决方案是自己模拟这个过程 可以预先设计好一组数据 比如 coor delay lat1,lng1 0 lat2,lng2 10 lat3,lng3 13 lat4,lng4 11 然后自己写个函数去读取并调用 - (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation 欣赏 0 反对 0 回复本楼
#3 adad184 2013年12月18日 http://stackoverflow.com/questions/9439495/when-using-gpx-in-xcode-to-simulate-location-changes-is-there-a-way-to-control 找到一个解决办法,类似我的说法 不过使用的是Instruments/Automation来操作 你可以看看 GPX好像无法控制变化的间隔 欣赏 0 反对 0 回复本楼