placeTypes property

List<String>? placeTypes
getter/setter pair

The type(s) of place that the input geocoded to.

For example, ['locality', 'political']. The full list of types can be found here.

Implementation

core.List<core.String>? placeTypes;