location

open override val location: StateFlow<SLSlamResponse?>

Current location. You can subscribe to this flow to get location updates Example:

slamCpsService.location.collect { location -> ...}

You can also use the requestLocationUpdates method to get location updates