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.
MAPSアプリが行うように、iphone4を使用してグーグルマップ上の方向に基づいてコンパスを使用する方法
参照するチュートリアルはありますか?
ありがとう
でlocationManager:didUpdateHeading:、対応する回転変換をマップ ビューに適用します。
locationManager:didUpdateHeading:
double headingInRadians = newHeading.trueHeading * M_PI / 180.0; mapView.transform = CGAffineTransformMakeRotation(headingInRadians);
マップ ビューのフレームは、回転したときに空白のコーナーが表示されないように、表示領域よりも少し大きくする必要があります。