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