You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
568 B
24 lines
568 B
![]()
2 years ago
|
//
|
||
|
// GMSAutocompleteSessionToken.h
|
||
|
// Google Places SDK for iOS
|
||
|
//
|
||
|
// Copyright 2018 Google LLC
|
||
|
//
|
||
|
// Usage of this SDK is subject to the Google Maps/Google Earth APIs Terms of
|
||
|
// Service: https://developers.google.com/maps/terms
|
||
|
//
|
||
|
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
/**
|
||
|
* This class represents an session token to uniquely identify an series of queries to the Google
|
||
|
* Places API Services for fetching place predictions for a partial search string.
|
||
|
*/
|
||
|
@interface GMSAutocompleteSessionToken : NSObject
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|