rememberUserLocationState

@Composable
fun rememberUserLocationState(locationProvider: LocationProvider, lifecycleOwner: LifecycleOwner = LocalLifecycleOwner.current, minActiveState: Lifecycle.State = Lifecycle.State.STARTED, coroutineContext: CoroutineContext = EmptyCoroutineContext): UserLocationState(source)