types property

List<String>? types
getter/setter pair

A set of type tags for this result.

For example, "political" and "locality". 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.List<core.String>? types;