includedPrimaryTypes property

List<String>? includedPrimaryTypes
getter/setter pair

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

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;