Warning

This feature is available in the Full MapKit SDK version

MMKBicycleWeight

@interface MMKBicycleWeight : NSObject

Quantitative characteristics of a route or route section.

Summary

Class methods

+ (nonnull MMKBicycleWeight *)weightWithTime:(nonnull MMKLocalizedValue *)time
                                    distance:(nonnull MMKLocalizedValue *)distance;

Properties

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

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

Class methods

weightWithTime:distance:

+ (nonnull MMKBicycleWeight *)weightWithTime:(nonnull MMKLocalizedValue *)time
                                    distance:(nonnull MMKLocalizedValue *)distance;


Properties

time

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

Time to travel.


distance

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

Distance to travel.