YMKMasstransitTransportThreadAlertLastTrip

Важно

This feature is available in the Full MapKit SDK version

@interface YMKMasstransitTransportThreadAlertLastTrip : 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 YMKMasstransitTransportThreadAlertLastTrip *)lastTripWithTime:(nonnull YMKTime *)time;

Properties

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

Class methods

lastTripWithTime:

+ (nonnull YMKMasstransitTransportThreadAlertLastTrip *)lastTripWithTime:(nonnull YMKTime *)time;


Properties

time

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

Time required to finish the trip.