Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
skobbler マップ フレームワークを使用しています。近くの検索では、Skobbler フレームワークを使用して (MapKit を使用せずに) 現在の場所から各場所の距離を取得する必要がある場所に近づいています。
これには CLLocation オブジェクトを使用できます。このオブジェクトは、(CLLocationDistance)distanceFromLocation:(const CLLocation *)location というメソッドを提供します。