maxRating property

double? maxRating
getter/setter pair

Restricts results to places whose average user rating is strictly less than or equal to max_rating.

Values must be between 1.0 and 5.0.

Optional.

Implementation

core.double? maxRating;