would like to add a zoom control to the map. I also want to layout the position of the zoom Control instead of the default middle bottom position. I can do this by getZoomCo
LinearLayout zoomLayout = (LinearLayout) findViewById(R.id.layout_zoom); View mapController = mapView.getZoomButtonsController().getZoomControls(); zoomLayout.addView(mapController, new LinearLayout.LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT));