includedPrimaryTypes property

List<String>? includedPrimaryTypes
getter/setter pair

Included primary Place type (for example, "restaurant" or "gas_station") in Place Types (https://developers.google.com/maps/documentation/places/web-service/place-types), or only (regions), or only (cities).

A Place is only returned if its primary type is included in this list. Up to 5 values can be specified. If no types are specified, all Place types are returned.

Optional.

Implementation

core.List<core.String>? includedPrimaryTypes;