Warning

This feature is available in the Full MapKit SDK version

YMKBicycleSession

@interface YMKBicycleSession : 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 YMKBicycleSessionRouteListener)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 YMKBicycleSessionRouteListener)routeListener;

Retries the request for bicycle routes using the specified callback.