Warning

This feature is available in the Full MapKit SDK version

MMKDrivingSession

@interface MMKDrivingSession : NSObject

Driving session information.

Summary

Instance methods

- (void)cancel;
Cancels the driving session

- (void)retryWithRouteHandler:
    (nonnull MMKDrivingSessionRouteHandler)routeHandler;

Tries to create a driving session again

Instance methods

cancel

- (void)cancel;

Cancels the driving session.


retryWithRouteHandler:

- (void)retryWithRouteHandler:
    (nonnull MMKDrivingSessionRouteHandler)routeHandler;

Tries to create a driving session again.