interface MapComponentView
The common map ui component api to be used for components.
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. |
interface CompassView : MapComponentView, ClickableMapComponent
Compass component. |
|
interface CurrentLocationView : MapComponentView, ClickableMapComponent
The current location view api. |
|
interface PanningControlsView : MapComponentView
The complex view which groups buttons of the map panning control. |
|
interface ZoomingControlsView : MapComponentView
The complex view which groups buttons of the map zoom control. |