interface PanningControlsView : MapComponentView
The complex view which groups buttons of the map panning control.
interface ArrowButtonsClickListener
Listener listener to react on when user will click on one of the panning buttons (up/down/left/right). |
static val DEFAULT_PANNING_DURATION: Long |
|
static val DEFAULT_PANNING_OFFSET: Double |
|
static val PANNING_OFFSET: Double |
abstract fun setArrowButtonsClickListener(arrowsClickListener: PanningControlsView.ArrowButtonsClickListener!): Unit
Sets the listener to react on when user will click on one of the panning buttons (up/down/left/right). |
abstract fun getView(): View!
The Android's View which is used by the Map Component. |
|
abstract fun hide(): Unit
Hides the ui component. |
|
abstract fun setMargins(left: Int, top: Int, right: Int, bottom: Int): Unit
Sets the margins of the ui component in PX. |
|
abstract fun show(): Unit
Shows the ui component. |
open class ArrowButtonsGroup : FrameLayout, PanningControlsView
Group of arrow buttons used to control camera position. This class contains arrow buttons for every direction. |