MMKBicycleWeight
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKBicycleWeight : NSObject |
Quantitative characteristics of a route or route section.
Summary
Class methods
|
+ (nonnull MMKBicycleWeight *)weightWithTime:(nonnull MMKLocalizedValue *)time |
Properties
|
@property (nonatomic, readonly, nonnull) MMKLocalizedValue *time; |
|
@property (nonatomic, readonly, nonnull) MMKLocalizedValue *distance; |
Class methods
weightWithTime:distance:
|
+ (nonnull MMKBicycleWeight *)weightWithTime:(nonnull MMKLocalizedValue *)time |
Properties
time
|
@property (nonatomic, readonly, nonnull) MMKLocalizedValue *time; |
Time to travel.
distance
|
@property (nonatomic, readonly, nonnull) MMKLocalizedValue *distance; |
Distance to travel.