GooglePlaces Framework Reference

  • GMSAutocompleteResultsViewControllerDelegate is a protocol used to handle user interactions within GMSAutocompleteResultsViewController.

  • It provides callbacks for successful autocomplete selections, errors during the process, and prediction selections.

  • The delegate also informs when autocomplete predictions are updated or requested.

  • Callbacks offer details like the selected place, prediction, or error encountered, aiding in application logic.

GMSAutocompleteResultsViewControllerDelegate

Deprecated

Use the placeAutocomplete View extension in Places Swift SDK (https://developers.google.com/maps/documentation/places/ios-sdk/google-places-swift) instead.

@protocol GMSAutocompleteResultsViewControllerDelegate <NSObject>

Protocol used by GMSAutocompleteResultsViewController, to communicate the user’s interaction with the controller to the application.