TomTomMapInteraction

interface TomTomMapInteraction : Disposable

Interaction object used by a parent component. Use TomTomMapFactory to create an instance.

Functions

Link copied to clipboard
abstract fun dispose()
Link copied to clipboard
abstract fun getMapAsync(callback: OnMapReadyCallback): Cancellable

Sets a callback that will be triggered when the map instance is ready to use. The callback will be executed on the main thread.

Link copied to clipboard
abstract fun removeOnMapReadyCallback(callback: OnMapReadyCallback)

Removes OnMapReadyCallback from the queue.

Properties

Link copied to clipboard
abstract val mapAdapter: MapAdapter

MapAdapter callback.