Q
位置跟蹤
0
A
回答
1
你會想看看LocateMe例子,在SDK文檔的CoreLocation參考。您可能需要進行GoogleMaps或類似的網絡服務查找,才能找到您的數據的位置名稱。
0
您可以通過座標獲取位置名稱。爲此,您需要使用MKReverseGeocoder類。
MKReverseGeocoder *reverseGeocoder=[[MKReverseGeocoder alloc]initWithCoordinate:yourcoordinate];
reverseGeocoder.delegate = self;
[reverseGeocoder start];
您將需要包括MKReverseGeocoderDelegate協議,並使用其方法
- - (空)reverseGeocoder:(MKReverseGeocoder *)地址解析器didFindPlacemark:(MKPlacemark)標
可以更通過查看MKReverseGeocoder的文檔信息。
希望它有幫助。
0
我強烈建議閱讀Xcode dev文檔中的Location Awareness Programming Guide。
相關問題
- 1. 跟蹤位置
- 2. Div位置跟蹤
- 3. 朋友的跟蹤位置
- 4. 點擊跟蹤位置
- 5. 跟蹤boost :: spirit的位置
- 6. 地理位置跟蹤
- 7. cllocation跟蹤一個位置
- 8. html5地理位置跟蹤
- 9. 排序後跟蹤位置
- 10. 跟蹤手機的位置
- 11. 跟蹤用戶位置
- 12. 實時位置跟蹤
- 13. 在android中跟蹤位置
- 14. 背景位置跟蹤:iOS
- 15. 用戶郵件跟蹤位置(在閱讀郵件時跟蹤用戶位置)
- 16. 紅外LED跟蹤:使用OpenCV跟蹤x,y,z位置
- 17. CLLocationManager跟蹤錯誤的位置(跟蹤我)
- 18. Android - 最佳位置跟蹤策略
- 19. 跟蹤項目和怪物位置
- 20. 跟蹤多個用戶的位置?
- 21. 地理位置跟蹤getElementById不工作
- 22. 連續跟蹤位置Windows Phone 8
- 23. 在Java上跟蹤鼠標位置WorldWind
- 24. 動畫UIView - 如何跟蹤位置?
- 25. 跟蹤滾動位置超出元素
- 26. 跟蹤3D立方體位置的OpenGL?
- 27. 背景中的位置跟蹤
- 28. MapView不會跟蹤用戶位置
- 29. 如何跟蹤音頻播放位置?
- 30. 如何跟蹤用戶的位置?