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