coordinate
의 coordinate
에 대한 내용은 다음과 같습니다. coordinate
:iPod : NS_NONATOMIC_IPHONEONLY은 무엇을 의미합니까? iPod Touch에서 이와 같은 속성을 사용하는 것이 안전합니까?
coordinate
The geographical coordinate information. (read-only)
@property(readonly, NS_NONATOMIC_IPHONEONLY) CLLocationCoordinate2D coordinate
Discussion
When running in the simulator, Core Location assigns a fixed set of coordinate values to this property. You must run your application on an iOS-based device to get real location values.
Special Considerations
In iOS, this property is declared as nonatomic. In Mac OS X, it is declared as atomic.
이것은 무엇을 의미하는지 궁금합니다. @property(readonly, NS_NONATOMIC_IPHONEONLY)
. 특히 NS_NONATOMIC_IPHONEONLY
부분. iPod touch에서이 파일에 액세스 할 수 있습니다.
뭔가 빠졌습니까? iPod touch에서 이것을 사용해도 안전합니까?
감사합니다. – sixtyfootersdude