sdk-maps-ui-extensions / com.tomtom.online.sdk.map.ui / MapComponentView

MapComponentView

interface MapComponentView

The common map ui component api to be used for components.

Functions

getView

abstract fun getView(): View!

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.

Inheritors

CompassView

interface CompassView : MapComponentView, ClickableMapComponent

Compass component.

CurrentLocationView

interface CurrentLocationView : MapComponentView, ClickableMapComponent

The current location view api.

PanningControlsView

interface PanningControlsView : MapComponentView

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

ZoomingControlsView

interface ZoomingControlsView : MapComponentView

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