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.setSatellite(..); mapView.setStreetView(..);
表示したい場合は、streetView使用するだけです
streetView
mapView.setSatellite(false);