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
                                           flags:(nullable YMKBicycleFlags *)flags;

Properties

@property (nonatomic, readonly, nonnull) YMKBicycleWeight *weight;
Quantitative characteristics of the route

@property (nonatomic, readonly, nullable) YMKBicycleFlags *flags;
Specific properties of the route

Class methods

summaryWithWeight:flags:

+ (nonnull YMKBicycleSummary *)summaryWithWeight:(nonnull YMKBicycleWeight *)weight
                                           flags:(nullable YMKBicycleFlags *)flags;


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.


Предыдущая
Следующая