Currently Google Maps Compose does not support Wear OS officially. The main problem is a lack of support for swipe to dissmiss gesture. I came up with a workaround to add swipe to dissmiss on edges (which currently have to be black):
@Composable
fun ComposeMap() {
val cameraPositionState = rememberCameraPositionState()
val focusRequester = remember { FocusRequester() }
Box(