results property

  1. @BuiltValueField(wireName: r'results')
BuiltList<Place> results

Contains an array of places. <div class="caution">Place Search requests return a subset of the fields that are returned by Place Details requests. If the field you want is not returned by Place Search, you can use Place Search to get a place_id, then use that Place ID to make a Place Details request.

Implementation

@BuiltValueField(wireName: r'results')
BuiltList<Place> get results;