MapSemanticProperties

TomTomMap Composable specific semantic properties.

See Semantics in Compose for more information.

See also

Properties

Link copied to clipboard
val CameraPosition: SemanticsPropertyKey<CameraPosition?>

Semantic property key for indicating the map camera position. Returns null when IsMapReady is false.

Link copied to clipboard
val IsCameraSteady: SemanticsPropertyKey<Boolean>

Semantic property key for indicating if the map camera is stable (i.e., not currently moving).

Link copied to clipboard
val IsMapReady: SemanticsPropertyKey<Boolean>

Semantic property key for indicating whether the map has been fully initialized and is ready for user interaction.

Link copied to clipboard
val IsSceneReady: SemanticsPropertyKey<Boolean>

Semantic property key for indicating whether the scene is ready.