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
                                        geometry:(nonnull YMKSubpolyline *)geometry;

Properties

@property (nonatomic, readonly, nonnull) YMKBicycleWeight *weight;
Quantitative characteristics of a route or route section

@property (nonatomic, readonly, nonnull) YMKSubpolyline *geometry;
Path of the route polyline for this section

Class methods

sectionWithWeight:geometry:

+ (nonnull YMKBicycleSection *)sectionWithWeight:(nonnull YMKBicycleWeight *)weight
                                        geometry:(nonnull YMKSubpolyline *)geometry;


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.


Предыдущая
Следующая