MapKit Mobile SDK

MMKGeoObjectSession

class MMKGeoObjectSession : NSObject

The interface for working with the session.

Summary

Instance methods

func cancel()
Cancels the current request

func retry(geoObjectHandler: @escaping MMKGeoObjectSessionGeoObjectHandler)
Retries the last request

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.