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 でデバイスを傾けると、すべてのマーカーが再描画されます。私はこれが起こらないようにしたい。
マニフェストに追加した画面の向きの変更時にマップが再読み込みされないようにするために、アクティビティ タグに次の行を追加しました。
android:configChanges="orientation"
それが最善の解決策かどうかはわかりませんが、うまくいきます