mapbox / dash-android-examples

Other
3 stars 1 forks source link

Add example of places list customization #45

Closed VitaminPSG closed 1 month ago

VitaminPSG commented 1 month ago

In this example we use DashNavigationFragment to setPlacesPreview via

class PlacesListUiState(
    val title: DataState<String>,
    val items: DataState<List<DashSearchResult>>,
    val itemSelected: (Int) -> Unit,

    val closeHandler: BackCloseButtonHandler?,
    val backHandler: BackCloseButtonHandler?,
)

Screenshot_20240801_145915