Skip to content

Instantly share code, notes, and snippets.

View bubenheimer's full-sized avatar

Uli Bubenheimer bubenheimer

View GitHub Profile
@bubenheimer
bubenheimer / Marker.kt
Last active November 11, 2022 17:46
MarkerState encapsulation
import androidx.compose.runtime.*
import com.google.android.gms.maps.model.LatLng
import com.google.maps.android.compose.DragState.*
import com.google.maps.android.compose.GoogleMapComposable
import com.google.maps.android.compose.Marker
import com.google.maps.android.compose.MarkerState
import kotlinx.coroutines.flow.onCompletion
@Immutable
interface DragOps {