Package com.mapbox.androidauto.car.search
Types
Link copied to clipboard
class CarSearchEngine(searchEngine: SearchEngine, navigationLocationProvider: NavigationLocationProvider)
Content copied to clipboard
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
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class PlaceRecord( val id: String, val name: String, val coordinate: Point?, val description: String? = null, val categories: List<String> = listOf())
Content copied to clipboard
Use the PlaceRecordMapper
Link copied to clipboard
Link copied to clipboard
Contains the dependencies for the search feature.
Link copied to clipboard
This screen allows the user to search for a destination.