MMKGeoObjectSession
class MMKGeoObjectSession : NSObject |
The interface for working with the session.
Summary
Instance methods
func cancel() |
func retry(geoObjectHandler: @escaping MMKGeoObjectSessionGeoObjectHandler) |
Instance methods
cancel()
func cancel() |
Cancels the current request.
retry(geoObjectHandler:)
func retry(geoObjectHandler: @escaping MMKGeoObjectSessionGeoObjectHandler) |
Retries the last request. Cancels the current request if it is active.