MMKGeoObjectSession

@interface MMKGeoObjectSession : NSObject

The interface for working with the session.

Summary

Instance methods

- (void)cancel;
Cancels the current request

- (void)retryWithGeoObjectHandler:
    (nonnull MMKGeoObjectSessionGeoObjectHandler)geoObjectHandler;

Retries the last request

Instance methods

cancel

- (void)cancel;

Cancels the current request.


retryWithGeoObjectHandler:

- (void)retryWithGeoObjectHandler:
    (nonnull MMKGeoObjectSessionGeoObjectHandler)geoObjectHandler;

Retries the last request. Cancels the current request if it is active.