Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When pressing on googleMap Marker on Android, 2 buttons appear in the bottom right corner, can I disable them?

As the title suggests, I need to disable those buttons, I attached a screenshot of the app, so that you can see what I am talking about. enter image description here

Is this possible?

like image 881
rosu alin Avatar asked Jan 09 '23 13:01

rosu alin


1 Answers

Use yourGoogleMap.getUiSettings().setMapToolbarEnabled(false);

like image 183
Harsh Dattani Avatar answered Jan 24 '23 11:01

Harsh Dattani