public static interface ZoomButtonsController.OnZoomListener
Modifier and Type | Method and Description |
---|---|
void |
onVisibilityChanged(boolean visible)
Called when the zoom controls' visibility changes.
|
void |
onZoom(boolean zoomIn)
Called when the owner view needs to be zoomed.
|
void onVisibilityChanged(boolean visible)
visible
- Whether the zoom controls are visible.void onZoom(boolean zoomIn)
zoomIn
- The direction of the zoom: true to zoom in, false to zoom out.