Warning

This feature is available in the Full MapKit SDK version

MMKBicycleSession

@interface MMKBicycleSession : NSObject

Handler for an async request for bicycle routes.

Summary

Instance methods

- (void)cancel;
Tries to cancel the current request for bicycle routes

- (void)retryWithRouteListener:
    (nonnull MMKBicycleSessionRouteListener)routeListener;

Retries the request for bicycle routes using the specified callback

Instance methods

cancel

- (void)cancel;

Tries to cancel the current request for bicycle routes.


retryWithRouteListener:

- (void)retryWithRouteListener:
    (nonnull MMKBicycleSessionRouteListener)routeListener;

Retries the request for bicycle routes using the specified callback.