places
public final GoogleMapsResultStep.Result.Builder places(List<GoogleMapsResultStep.Result.Place> places)
public final GoogleMapsResultStep.Result.Builder places(JsonField<List<GoogleMapsResultStep.Result.Place>> places)
Sets Builder.places to an arbitrary JSON value.
You should usually call Builder.places with a well-typed List<Place> value instead. This method is primarily for setting the field to an undocumented or not yet supported value.