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

ClickableMapComponent

interface ClickableMapComponent

Marks the map component which are not complex to provide action when they are clicked.

Types

MapComponentClickCallback

interface MapComponentClickCallback

The callback fired when center on map component view is clicked.

Functions

setOnMapComponentClickCallback

abstract fun setOnMapComponentClickCallback(callback: ClickableMapComponent.MapComponentClickCallback!): Unit

The callback fired when center on map component view is clicked.

Inheritors

CompassView

interface CompassView : MapComponentView, ClickableMapComponent

Compass component.

CurrentLocationView

interface CurrentLocationView : MapComponentView, ClickableMapComponent

The current location view api.