Package com.mapbox.androidauto.car.placeslistonmap

Types

Link copied to clipboard
class PlaceMarkerRenderer(context: Context, @ColorInt background: Int = Color.TRANSPARENT)

Render bitmaps that can be shown as markers on the map.

Link copied to clipboard
interface PlacesListItemClickListener
Link copied to clipboard
class PlacesListItemMapper(placeMarkerRenderer: PlaceMarkerRenderer, unitType: UnitType)
Link copied to clipboard
class PlacesListOnMapLayerUtil
Link copied to clipboard
interface PlacesListOnMapProvider
Link copied to clipboard
class PlacesListOnMapScreen(    mainCarContext: MainCarContext,     placesProvider: PlacesListOnMapProvider,     placesListItemMapper: PlacesListItemMapper,     actionProviders: List<MapboxActionProvider>,     searchCarContext: SearchCarContext = SearchCarContext(mainCarContext),     placesLayerUtil: PlacesListOnMapLayerUtil = PlacesListOnMapLayerUtil()) : Screen