GooglePlaces Framework Reference

  • GMSAutocompleteTableDataSourceDelegate helps communicate user interactions with the data source to the application.

  • Provides methods to handle successful autocomplete results, errors, and prediction selections.

  • It includes optional methods to indicate the start and completion of autocomplete prediction requests.

  • tableDataSource is a common parameter across methods, representing the source of the event.

GMSAutocompleteTableDataSourceDelegate

Deprecated

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

@protocol GMSAutocompleteTableDataSourceDelegate <NSObject>

Protocol used by GMSAutocompleteTableDataSource, to communicate the user’s interaction with the data source to the application.