答案 0 :(得分:0)
试试这个:
GoogleMapOptions options = new GoogleMapOptions();
options.mapType(GoogleMap.MAP_TYPE_SATELLITE)
.compassEnabled(true)
.rotateGesturesEnabled(false)
.tiltGesturesEnabled(false);
有关详细信息,请查看此链接。
this page 要么 https://developers.google.com/android/reference/com/google/android/gms/maps/UiSettings
我使用此链接和良好的工作:
https://developers.google.com/maps/documentation/android-api/controls