Warning

This feature is available in the Full MapKit SDK version

MMKBicycleSection

@interface MMKBicycleSection : NSObject

Section of the route.

Summary

Class methods

+ (nonnull MMKBicycleSection *)sectionWithWeight:(nonnull MMKBicycleWeight *)weight
                                        geometry:(nonnull MMKSubpolyline *)geometry;

Properties

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

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

Class methods

sectionWithWeight:geometry:

+ (nonnull MMKBicycleSection *)sectionWithWeight:(nonnull MMKBicycleWeight *)weight
                                        geometry:(nonnull MMKSubpolyline *)geometry;


Properties

weight

@property (nonatomic, readonly, nonnull) MMKBicycleWeight *weight;

Quantitative characteristics of a route or route section.


geometry

@property (nonatomic, readonly, nonnull) MMKSubpolyline *geometry;

Path of the route polyline for this section.