Warning

This feature is available in the Full MapKit SDK version

YMKBicycleWeight

@interface YMKBicycleWeight : NSObject

Quantitative characteristics of a route or route section.

Summary

Class methods

+ (nonnull YMKBicycleWeight *)weightWithTime:(nonnull YMKLocalizedValue *)time
                                    distance:(nonnull YMKLocalizedValue *)distance;

Properties

@property (nonatomic, readonly, nonnull) YMKLocalizedValue *time;
Time to travel

@property (nonatomic, readonly, nonnull) YMKLocalizedValue *distance;
Distance to travel

Class methods

weightWithTime:distance:

+ (nonnull YMKBicycleWeight *)weightWithTime:(nonnull YMKLocalizedValue *)time
                                    distance:(nonnull YMKLocalizedValue *)distance;


Properties

time

@property (nonatomic, readonly, nonnull) YMKLocalizedValue *time;

Time to travel.


distance

@property (nonatomic, readonly, nonnull) YMKLocalizedValue *distance;

Distance to travel.