0
A
回答
0
的理解從屬,這裏是簡單的場景: 只需從你的字典中獲取所有"CLLocationCoordinate2D"
。
對於前:
MKPointAnnotation *annotaion=[MKPointAnnotaion alloc]alloc];
CLLocationCoordinate2D pointACoordinate = [annotation coordinate];
// If you have the co-ordinates in hand , then just make " CLLocation *loc2; " using Co-ordinates
loc2 = [[CLLocation alloc] initWithLatitude:pointACoordinate.latitude longitude:pointACoordinate.longitude];
然後放環或取你想用。如果你想實現比其他所有使用該
CLLocationDistance nearLocation=[ location distanceFromLocation:loc2]; // location --> your current Location
比較來計算距離越短:然後,只需按照saury answer
,他們很好地達到完美。
0
相關問題
- 1. 找到當前位置的經緯度
- 2. 如何找到緯度/經度/緯度點之間的距離?
- 3. JSON經度緯度最近的位置
- 4. 如何找到當前位置'緯度經度
- 5. 找到經緯度的距離
- 6. 地理位置和計算從當前經緯度到另一經度緯度的距離
- 7. 如何從兩個位置的經度和緯度找到距離?
- 8. 如何找到最近的百米緯度和根據當前位置的android
- 9. 從我的當前位置獲取距離最近的位置
- 10. 使用緯度和經度計算到位置的距離
- 11. 如何查找距某點X距離的經度和緯度?
- 12. 當前位置,經度和緯度
- 13. 找到2個經緯度點之間的距離(單位:米)
- 14. 獲取當前位置的經緯度
- 15. 如何排序距離給定點(經度和緯度)最近的點列表?
- 16. 查找離緯度/經度座標最近的5個車站
- 17. 查找當前位置的經度和緯度
- 18. 如何獲取Android中當前位置的緯度和經度?
- 19. 如何獲取黑莓當前位置的經度和緯度?
- 20. 如何確定我的當前位置(經度和緯度)?
- 21. 計算最大和最小經度和緯度,距離某個位置的距離可變
- 22. 地理位置:獲取緯度和經度與距離
- 23. 如何使用緯度和經度計算距離和方位?
- 24. 按特定距離查找距離目標位置最近的位置
- 25. 附近地點的經緯度位置
- 26. Android - 如何獲取當前位置(經度和緯度)?
- 27. 如何獲取當前位置(經度和緯度)
- 28. 我如何根據距離單個緯度/經度的距離對一組緯度/經度進行排序?
- 29. 如何找到從當前位置到給定位置的距離?
- 30. 如何使用緯度和經度查找最近的商店?
「我計算哪個點離ios當前點最近?」 - 我不知道你是否計算它。我目前不知道你在做什麼。 – 2013-06-13 11:15:51
想根據座標來計算...? –
是的,我想根據座標計算 – sabeer