candidates property

  1. @BuiltValueField.new(wireName: r'candidates')
BuiltList<Place> get candidates

Contains an array of Place candidates. <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'candidates')
BuiltList<Place> get candidates;