MMKBicycleViaPoint
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKBicycleViaPoint : 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 MMKBicycleViaPoint *)viaPointWithPosition:(nonnull MMKPolylinePosition *)position; |
Properties
|
@property (nonatomic, readonly, nonnull) MMKPolylinePosition *position; |
Class methods
viaPointWithPosition:
|
+ (nonnull MMKBicycleViaPoint *)viaPointWithPosition:(nonnull MMKPolylinePosition *)position; |
Properties
position
|
@property (nonatomic, readonly, nonnull) MMKPolylinePosition *position; |
Via point position on the route geometry.