GMSAutocompleteRequest Class Reference
Overview
The request for autocomplete data.
Public Member Functions | |
(instancetype) | - initWithQuery: |
Request initializer. | |
Properties | |
NSString * | query |
The partial text to autocomplete. | |
GMSAutocompleteSessionToken * | sessionToken |
The GMSAutocompleteSessionToken to associate requests to a billing session. | |
GMSAutocompleteFilter * | filter |
The GMSAutocompleteFilter to apply to the results. |
Member Function Documentation
- (instancetype) initWithQuery: | (NSString *) | query |
Request initializer.
- Parameters:
-
query The query required for the request.
Property Documentation
- (NSString*) query [read, write, copy] |
The partial text to autocomplete.
- (GMSAutocompleteSessionToken*) sessionToken [read, write, assign] |
The GMSAutocompleteSessionToken
to associate requests to a billing session.
- (GMSAutocompleteFilter*) filter [read, write, assign] |
The GMSAutocompleteFilter
to apply to the results.