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.
私のアプリには200ポアがあります。マップビューで100メートルの範囲内でユーザーに最も近い位置を表示したい。これはどのように可能ですか?
注釈のコレクションを反復処理し、CLLocation の distanceFromLocation メソッドを使用して、デバイスの位置からの距離を確立します。それらが範囲内にある場合は、単純に追加します。