YMKBicycleLeg
Важно
This feature is available in the Full MapKit SDK version
|
@interface YMKBicycleLeg : NSObject |
Leg of the route.
Summary
Class methods
|
+ (nonnull YMKBicycleLeg *)legWithWeight:(nonnull YMKBicycleWeight *)weight |
Properties
|
@property (nonatomic, readonly, nonnull) YMKBicycleWeight *weight; |
|
@property (nonatomic, readonly, nonnull) YMKSubpolyline *geometry; |
Class methods
legWithWeight:geometry:
|
+ (nonnull YMKBicycleLeg *)legWithWeight:(nonnull YMKBicycleWeight *)weight |
Properties
weight
|
@property (nonatomic, readonly, nonnull) YMKBicycleWeight *weight; |
Quantitative characteristics of the route leg.
geometry
|
@property (nonatomic, readonly, nonnull) YMKSubpolyline *geometry; |
Path of the route polyline for the route leg.