GeoDeeplinkPlacesListOnMapProvider

class GeoDeeplinkPlacesListOnMapProvider(    carContext: CarContext,     geoDeeplinkGeocoding: GeoDeeplinkGeocoding,     geoDeeplink: GeoDeeplink) : PlacesListOnMapProvider, CarFeedbackItemProvider

Constructors

Link copied to clipboard
fun GeoDeeplinkPlacesListOnMapProvider(    carContext: CarContext,     geoDeeplinkGeocoding: GeoDeeplinkGeocoding,     geoDeeplink: GeoDeeplink)

Functions

Link copied to clipboard
open override fun cancel()
Link copied to clipboard
open override fun feedbackItems(): List<CarFeedbackItem>
Link copied to clipboard
open suspend override fun getPlaces(): Expected<GetPlacesError, List<PlaceRecord>>