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.
MapView があり、ヘッダー オーバーレイの上部スペースが必要なため、コンパスの位置を変更する必要があります。
コンパスがヘッダー オーバーレイの下にあることに注意してください。少し下に移動する必要があります。
唯一の方法は、MyLocationOverlay から独自のクラスを派生させることです。
Override drawCompass();
基本的に Canvas オブジェクトを操作し、super.drawCompass() を呼び出して、新しい場所にコンパスを描画します。キャンバスを元の状態に戻します。