minRating property

double? minRating
getter/setter pair

Restricts results to places whose average user rating is greater than or equal to min_rating.

Values must be between 1.0 and 5.0.

Optional.

Implementation

core.double? minRating;