UISettings

suggest change

Using UISettings, the appearance of the Google Map can be modified.

Here is an example of some common settings:

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

Result:

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents