How I can remove buttons (zoom in / out), the search bar, ie remove all buttons on the map.
Is there any way to remove the input buttons etc. ? I think yes, but with javascript
Map :
<WebView
android:id="@+id/mapView"
android:layout_width="match_parent"
android:layout_height="match_parent" android:clickable="true"></WebView>
How call ?
webView = (WebView) itemLayoutView.findViewById(R.id.mapView);
webView.setWebViewClient(new WebViewClient());
Note : I load a url map