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.
Route-Me ライブラリを使用して、iOS でマップを表示しています。そしてRMPathルートパスを地図上に表示するクラス。しかし、ルート パスは[mapView moveToLatLong:]呼び出し時にジャンプします。
RMPath
[mapView moveToLatLong:]
これは、マップが画面上の位置を変更するのに、ルート パスが同時に変更されないために発生します。少し遅れて画面上の位置が変わります。しかし、ジェスチャーでマップをスクロールすると、この問題はありません。
問題を解決する可能性はありますか?