MMKPanoramaServiceSearchSession

@interface MMKPanoramaServiceSearchSession : NSObject

Session for receiving the result of the findNearest() method.

Should be stored until the listener is notified. Can be used to cancel the active request. Can be used to retry the last request (for example, if it failed).

Summary

Instance methods

- (void)retryWithSearchHandler:
    (nonnull MMKPanoramaServiceSearchHandler)searchHandler;

Retries the last request

- (void)cancel;
Cancels the active request

Instance methods

retryWithSearchHandler:

- (void)retryWithSearchHandler:
    (nonnull MMKPanoramaServiceSearchHandler)searchHandler;

Retries the last request.


cancel

- (void)cancel;

Cancels the active request.