Package-level declarations

Types

Link copied to clipboard
data class PlaceSelectionError(val status: Status) : PlaceSelectionResult
Link copied to clipboard
Link copied to clipboard
data class PlaceSelectionSuccess(val place: Place) : PlaceSelectionResult

Functions

Link copied to clipboard
fun AutocompleteSupportFragment.placeSelectionEvents(): Flow<PlaceSelectionResult>