YMKBicycleSummary
Важно
This feature is available in the Full MapKit SDK version
|
@interface YMKBicycleSummary : NSObject |
Contains brief information associated with a route constructed by the mass transit router.
Summary
Class methods
|
+ (nonnull YMKBicycleSummary *)summaryWithWeight:(nonnull YMKBicycleWeight *)weight |
Properties
|
@property (nonatomic, readonly, nonnull) YMKBicycleWeight *weight; |
|
@property (nonatomic, readonly, nullable) YMKBicycleFlags *flags; |
Class methods
summaryWithWeight:flags:
|
+ (nonnull YMKBicycleSummary *)summaryWithWeight:(nonnull YMKBicycleWeight *)weight |
Properties
weight
|
@property (nonatomic, readonly, nonnull) YMKBicycleWeight *weight; |
Quantitative characteristics of the route.
flags
|
@property (nonatomic, readonly, nullable) YMKBicycleFlags *flags; |
Specific properties of the route.
Optional field, can be nil.