GooglePlaces Framework Reference

GMSAutocompletePredictionsCallback

Deprecated

This method is replaced by GMSAutocompleteSuggestionsCallback and will be removed in a future release.

typedef void (^GMSAutocompletePredictionsCallback)(
    NSArray<GMSAutocompletePrediction *> *_Nullable, NSError *_Nullable)

Callback type for receiving autocompletion results. results is an array of GMSAutocompletePredictions representing candidate completions of the query.