sdk-maps-ui-extensions / com.tomtom.online.sdk.map.ui.arrowbuttons / PanningControlsView / ArrowButtonsClickListener

ArrowButtonsClickListener

interface ArrowButtonsClickListener

Listener listener to react on when user will click on one of the panning buttons (up/down/left/right).

Functions

onArrowDown

abstract fun onArrowDown(): Unit

Action when the 'arrow down' button is clicked.

onArrowLeft

abstract fun onArrowLeft(): Unit

Action when the 'arrow left' button is clicked.

onArrowRight

abstract fun onArrowRight(): Unit

Action when the 'arrow right' button is clicked.

onArrowUp

abstract fun onArrowUp(): Unit

Action when the 'arrow up' button is clicked.