types property

  1. @BuiltValueField(wireName: r'types')
BuiltList<String> types

The types[] array indicates the type of the returned result. This array contains a set of zero or more tags identifying the type of feature returned in the result. For example, a geocode of "Chicago" returns "locality" which indicates that "Chicago" is a city, and also returns "political" which indicates it is a political entity.

Implementation

@BuiltValueField(wireName: r'types')
BuiltList<String> get types;