primaryType property

String? primaryType
getter/setter pair

The primary type of the given result.

This type must one of the Places API supported types. For example, "restaurant", "cafe", "airport", etc. A place can only have a single primary type. For the complete list of possible values, see Table A and Table B at https://developers.google.com/maps/documentation/places/web-service/place-types

Implementation

core.String? primaryType;