interface ZoomingControlsView : MapComponentView
The complex view which groups buttons of the map zoom control.
interface ZoomButtonsClickListener
Listener to react on when user will click on one of the zoom in or zoom out buttons. |
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. |
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 ZoomButtonsGroup : FrameLayout, ZoomingControlsView
Group of buttons that contains zoom in and zoom out button. |