sdk-common / com.tomtom.online.sdk.map.ui.zoom / ZoomingControlsView

ZoomingControlsView

interface ZoomingControlsView : MapComponentView

The complex view which groups buttons of the map zoom control.

Types

ZoomButtonsClickListener

interface ZoomButtonsClickListener

Listener to react on when user will click on one of the zoom in or zoom out buttons.

Functions

setZoomButtonsClickListener

abstract fun setZoomButtonsClickListener(arrowsClickListener: ZoomingControlsView.ZoomButtonsClickListener!): Unit

Sets the listener to react on when user will click on one of the zoom in or zoom out buttons.

Inherited Functions

getView

abstract fun <T : View!> getView(): T

The Android's View which is used by the Map Component.

hide

abstract fun hide(): Unit

Hides the ui component.

setMargins

abstract fun setMargins(left: Int, top: Int, right: Int, bottom: Int): Unit

Sets the margins of the ui component in PX.

show

abstract fun show(): Unit

Shows the ui component.