GMSAutocompleteSessionToken.h 568 B

1234567891011121314151617181920212223
  1. //
  2. // GMSAutocompleteSessionToken.h
  3. // Google Places SDK for iOS
  4. //
  5. // Copyright 2018 Google LLC
  6. //
  7. // Usage of this SDK is subject to the Google Maps/Google Earth APIs Terms of
  8. // Service: https://developers.google.com/maps/terms
  9. //
  10. #import <Foundation/Foundation.h>
  11. NS_ASSUME_NONNULL_BEGIN
  12. /**
  13. * This class represents an session token to uniquely identify an series of queries to the Google
  14. * Places API Services for fetching place predictions for a partial search string.
  15. */
  16. @interface GMSAutocompleteSessionToken : NSObject
  17. @end
  18. NS_ASSUME_NONNULL_END