Having a mapview being resized when touching it, i want to hide the zoombuttons manually, as they are hiding a view being faded in.
mapview.getZoomButtonsController() should return the ZoomButtonsController Object, but eclipse can resolve neither getZoomButtonsController() nor android.widget.ZoomButtonsController
i also have no javadoc for both

