Package-level declarations

Types

Link copied to clipboard

An annotation that marks a composable function as expected to be used within a composable function also marked or inferred as a TomTomMapComposable.

Functions

Link copied to clipboard
fun TomTomMap(infrastructure: MapDisplayInfrastructure, state: MapViewState, modifier: Modifier = Modifier, onMapLongClick: (GeoPoint) -> Unit = { }, onMapClick: (GeoPoint) -> Unit = { }, onMapDoubleClickListener: (GeoPoint) -> Unit = { }, onMapReady: () -> Unit = { }, onMapPanningListener: () -> Unit = { }, content: @Composable () -> Unit = { })

A compose container for displaying a map.