GMSAutocompletePredictionsCallback
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.
See