Warning
This feature is available in the Full MapKit SDK version
MMKBicycleLeg
@interface MMKBicycleLeg : NSObject |
Leg of the route.
Summary
Class methods
+ (nonnull MMKBicycleLeg *)legWithWeight:(nonnull MMKBicycleWeight *)weight |
Properties
@property (nonatomic, readonly, nonnull) MMKBicycleWeight *weight; |
@property (nonatomic, readonly, nonnull) MMKSubpolyline *geometry; |
Class methods
legWithWeight:geometry:
+ (nonnull MMKBicycleLeg *)legWithWeight:(nonnull MMKBicycleWeight *)weight |
Properties
weight
@property (nonatomic, readonly, nonnull) MMKBicycleWeight *weight; |
Quantitative characteristics of the route leg.
geometry
@property (nonatomic, readonly, nonnull) MMKSubpolyline *geometry; |
Path of the route polyline for the route leg.