toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-models
/
com.mapbox.dash.models
/
Rating
/
Review
Review
class
Review
(
val
averageRating
:
Float
,
val
reviewCount
:
Int
)
:
Rating
Members
Constructors
Review
Link copied to clipboard
constructor
(
averageRating
:
Float
,
reviewCount
:
Int
)
Properties
average
Rating
Link copied to clipboard
val
averageRating
:
Float
review
Count
Link copied to clipboard
val
reviewCount
:
Int
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int