GMSAutocompleteSessionToken.h 569 Bytes
Newer Older
Julio Hermosa committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
//
//  GMSAutocompleteSessionToken.h
//  Google Places SDK for iOS
//
//  Copyright 2018 Google Inc.
//
//  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