Warning

This feature is available in the Full MapKit SDK version

YMKBicycleSummarySession

@interface YMKBicycleSummarySession : NSObject

Handler for an async request for a summary of bicycle routes.

Summary

Instance methods

- (void)cancel;
Tries to cancel the current request for a summary of mass transit routes

- (void)retryWithSummaryHandler:
    (nonnull YMKBicycleSummarySessionSummaryHandler)summaryHandler;

Retries the request for a summary of mass transit routes, using the specified callback

Instance methods

cancel

- (void)cancel;

Tries to cancel the current request for a summary of mass transit routes.


retryWithSummaryHandler:

- (void)retryWithSummaryHandler:
    (nonnull YMKBicycleSummarySessionSummaryHandler)summaryHandler;

Retries the request for a summary of mass transit routes, using the specified callback.