Class YMKPanoramaServiceSearchSession
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).
Instance Methods
- cancel | Cancels the active request. |
- retryWithSearchHandler: | Retries the last request. |
- cancel | Cancels the active request. |
- retryWithSearchHandler: | Retries the last request. |
Method Detail
-cancel
- (void)cancel
Cancels the active request.
-retryWithSearchHandler:
- (void)retryWithSearchHandler:(nonnull YMKPanoramaServiceSearchHandler)searchHandler
Retries the last request.