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.
距離マトリックス API を使用して 2 つの場所の間の方向を取得する方法、インターネットで多くの検索を行いますが、効果的なチュートリアルと詳細が見つかりません
良いチュートリアルを見つけるのを手伝ってくれる人はいますか??
CLLocationDistance メートル = [firstLocation distanceFromLocation:secondLocation];
コアロケーション フレームワークを使用します。2 つのロケーションは、タイプが cllocation 座標です。