Package-level declarations
Types
Link copied to clipboard
data class PlacesNearbyUiState(val locations: List<LocationDescription> = emptyList(), var userLocation: LngLatAlt? = null)
Link copied to clipboard
class PlacesNearbyViewModel @Inject constructor(soundscapeServiceConnection: SoundscapeServiceConnection, context: Context) : ViewModel
Functions
Link copied to clipboard
Link copied to clipboard
fun PlacesNearbyList(uiState: PlacesNearbyUiState, navController: NavController, modifier: Modifier)
Link copied to clipboard
Link copied to clipboard
fun PlacesNearbyScreen(homeNavController: NavController, uiState: PlacesNearbyUiState, modifier: Modifier = Modifier)
Link copied to clipboard
fun PlacesNearbyScreenVM(homeNavController: NavController, modifier: Modifier = Modifier, viewModel: PlacesNearbyViewModel = hiltViewModel())