Warning

This feature is available in the Full MapKit SDK version

MMKMasstransitTransportThreadAlertLastTrip

@interface MMKMasstransitTransportThreadAlertLastTrip : NSObject

Last trip for the thread. Allows to get the time it takes to get to the end of the route.

Summary

Class methods

+ (nonnull MMKMasstransitTransportThreadAlertLastTrip *)lastTripWithTime:(nonnull MMKTime *)time;

Properties

@property (nonatomic, readonly, nonnull) MMKTime *time;
Time required to finish the trip

Class methods

lastTripWithTime:

+ (nonnull MMKMasstransitTransportThreadAlertLastTrip *)lastTripWithTime:(nonnull MMKTime *)time;


Properties

time

@property (nonatomic, readonly, nonnull) MMKTime *time;

Time required to finish the trip.