Package com.mapbox.androidauto.car.search

Types

Link copied to clipboard
class CarSearchEngine(searchEngine: SearchEngine, navigationLocationProvider: NavigationLocationProvider)

This class is to simplify the interaction with the SearchEngine for the specific use cases that the app needs in the car.

Link copied to clipboard
class FavoritesApi(carContext: CarContext, favoritesProvider: FavoritesDataProvider) : PlacesListOnMapProvider, CarFeedbackItemProvider
Link copied to clipboard
class GetPlacesError
Link copied to clipboard
class PlaceRecord(    val id: String,     val name: String,     val coordinate: Point?,     val description: String? = null,     val categories: List<String> = listOf())
Link copied to clipboard
object PlaceRecordMapper
Link copied to clipboard
class SearchCarContext(val mainCarContext: MainCarContext)

Contains the dependencies for the search feature.

Link copied to clipboard
class SearchScreen(searchCarContext: SearchCarContext) : Screen

This screen allows the user to search for a destination.