GooglePlaces Framework Reference

GMSPlaceSearchByTextResultCallback

typedef void (^GMSPlaceSearchByTextResultCallback)(
    NSArray<GMSPlace *> *_Nullable, NSError *_Nullable)

Callback type for receiving search by text results. results is an array of GMSPlace representing individual results matching the query.