Warning

This feature is available in the Full MapKit SDK version

YMKBicycleViaPoint

@interface YMKBicycleViaPoint : NSObject

Via points (throughpoints) are key points on the route geometry that the route passes through. Via points are taken from the request.

Summary

Class methods

+ (nonnull YMKBicycleViaPoint *)viaPointWithPosition:(nonnull YMKPolylinePosition *)position;

Properties

@property (nonatomic, readonly, nonnull) YMKPolylinePosition *position;
Via point position on the route geometry

Class methods

viaPointWithPosition:

+ (nonnull YMKBicycleViaPoint *)viaPointWithPosition:(nonnull YMKPolylinePosition *)position;


Properties

position

@property (nonatomic, readonly, nonnull) YMKPolylinePosition *position;

Via point position on the route geometry.