Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SearchRatingComposableIcons(@DrawableRes val ratingStarIcon: Int, val ratingStarIconSize: DpSize)
Link copied to clipboard
data class SearchRatingComposableStrings(@StringRes val noRatingString: Int, @PluralsRes val ratingsString: Int)
Link copied to clipboard
data class SearchRatingComposableStyles(val averageRatingStyle: TextStyle, val ratingsStyle: TextStyle)
Functions
Link copied to clipboard
fun SearchDistanceComposable(distanceMeters: Meter, colors: SearchDistanceComposableColors = SearchDistanceComposableDefaults.colors())
Composable function that shows the distance from the user's location.
Link copied to clipboard
fun SearchRatingsComposable(ratingCount: Int, colors: SearchRatingComposableColors = SearchRatingComposableDefaults.colors(), styles: SearchRatingComposableStyles = SearchRatingComposableDefaults.styles)
Composable function that displays the number of ratings in a formatted text.
Link copied to clipboard
fun SearchStarRatingComposable(rating: Float?, maxRating: Int = 5, icons: SearchRatingComposableIcons = SearchRatingComposableDefaults.icons, colors: SearchRatingComposableColors = SearchRatingComposableDefaults.colors())
Composable function that displays a visual star rating.