types property

List<String>? types
getter/setter pair

List of types that apply to this Place from Table A or Table B in https://developers.google.com/maps/documentation/places/web-service/place-types.

A type is a categorization of a Place. Places with shared types will share similar characteristics.

Implementation

core.List<core.String>? types;