places property

List<GoogleMapsPlacesV1Place>? places
getter/setter pair

A list of places that meets user's requirements like places types, number of places and specific location restriction.

Implementation

core.List<GoogleMapsPlacesV1Place>? places;