Whenever I click on a marker in the Google Map on android I get 2 icons in the right bottom corner. If you click on them you can navigate to that place in the official Google Maps app.
I was wondering if there is an option to delete them. I don't want them there. I added a screenshot to make my question more clear. (Im using the google maps api v2)
read here
https://developers.google.com/maps/documentation/android/interactivity#map_toolbar
its called a Map toolbar
disable it by doing
UiSettings.setMapToolbarEnabled(false)