types property

List? types
getter/setter pair

Contains an array of types that apply to this place. For example:

[ "political", "locality" ]

or

[ "establishment", "geocode", "beauty_salon" ]

The array can contain multiple values. Learn more about Place types.

Implementation

List<dynamic>? types;