SYSearchMorePlacesSession Class Reference

The Search Session class for requesting more nearby places. More...

#import <SYSearch.h>

Inheritance diagram for SYSearchMorePlacesSession:
Collaboration diagram for SYSearchMorePlacesSession:

Instance Methods

(void) - finishByRequestingMorePlacesWithCompletion:
 Gets more nearby places of the same categories as in the first places request. An instance can be obtained from SYSearchPlacesCompletionBlock. More...
 
(instancetype) - initWithWrapper:continuationToken: [implementation]
 

Properties

BOOL isValid
 Indicates if the session can process new requests. More...
 

Detailed Description

The Search Session class for requesting more nearby places.

Method Documentation

◆ finishByRequestingMorePlacesWithCompletion:()

- (void) finishByRequestingMorePlacesWithCompletion: (nonnull SYSearchPlacesCompletionBlock)  completion

Gets more nearby places of the same categories as in the first places request. An instance can be obtained from SYSearchPlacesCompletionBlock.

Parameters
completionis called asynchronously, after the request is processed, it provides an array of detailed results, or an error. Also it may contain SYSearchMorePlacesSession parameter, for requesting more nearby places of the same categories.

◆ initWithWrapper:continuationToken:()

- (instancetype) initWithWrapper: (SYSearchSdkSessionWrapper *)  wrapper
continuationToken: (NSString *)  token 
implementation

Property Documentation

◆ isValid

- (BOOL) isValid
readnonatomicassign

Indicates if the session can process new requests.


The documentation for this class was generated from the following file: