priceLevels property

List<String>? priceLevels
getter/setter pair

Used to restrict the search to places that are marked as certain price levels.

Users can choose any combinations of price levels. Default to select all price levels.

Implementation

core.List<core.String>? priceLevels;