来自Apple 参考
speed
The instantaneous speed of the device in meters per second.
@property(readonly, NS_NONATOMIC_IPHONEONLY) CLLocationSpeed speed
Discussion
This value reflects the instantaneous speed of the device in the direction of its current heading. A negative value indicates an invalid speed. Because the actual speed can change many times between the delivery of subsequent location events, you should use this property for informational purposes only.
Special Considerations
In iOS, this property is declared as nonatomic. In OS X, it is declared as atomic.
Availability
Available in OS X v10.7 and later.
Declared In
CLLocation.h
听起来 Apple 认为它并不准确。也不是。
编辑——这是一个相关的问题,同样的问题和一些建议。