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.
iOS の MKMapView で注釈の座標の変更をアニメーション化することは可能ですか? API にはこれが可能であることを示すものはないようですが、Uber などのアプリは地図に車の位置を表示するときにこれを行うようです。おそらく彼らは setCoordinate: を短時間に複数回呼び出して、アニメーションが発生しているように見せているのでしょうか?