We\'re building an application which is using the google maps api for android.
I have my MapController and MapView, and I enable the built-in zoom controls using:
You Can use
ZoomButtonsController zoomButton = mapView.getZoomButtonsController(); zoomButton.setOnZoomListener(listener);
hope it helps