YMKMasstransitSummary
Важно
This feature is available in the Full MapKit SDK version
|
@interface YMKMasstransitSummary : NSObject |
Contains brief information associated with a route constructed by the mass transit router.
Summary
Class methods
|
+ (nonnull YMKMasstransitSummary *)summaryWithWeight:(nonnull YMKMasstransitWeight *)weight |
Properties
|
@property (nonatomic, readonly, nonnull) YMKMasstransitWeight *weight; |
|
@property (nonatomic, readonly, nullable) |
|
@property (nonatomic, readonly, nullable) YMKMasstransitFlags *flags; |
Class methods
summaryWithWeight:estimation:flags:
|
+ (nonnull YMKMasstransitSummary *)summaryWithWeight:(nonnull YMKMasstransitWeight *)weight |
Properties
weight
|
@property (nonatomic, readonly, nonnull) YMKMasstransitWeight *weight; |
Contains the route time, distance of the walking part, and the number of transfers.
estimation
|
@property (nonatomic, readonly, nullable) |
Arrival and departure time estimations for time-dependent routes.
Optional field, can be nil.
flags
|
@property (nonatomic, readonly, nullable) YMKMasstransitFlags *flags; |
Specific properties of the route.
Optional field, can be nil.