UISettings

使用 UISettings ,可以修改 Google Map 的外觀。

以下是一些常見設定的示例:

    mGoogleMap.setMapType(GoogleMap.MAP_TYPE_HYBRID);
    mGoogleMap.getUiSettings().setMapToolbarEnabled(true);
    mGoogleMap.getUiSettings().setZoomControlsEnabled(true);
    mGoogleMap.getUiSettings().setCompassEnabled(true);

結果:

StackOverflow 文件