Warning
This feature is available in the Full MapKit SDK version
MMKBicycleWayPoint
@interface MMKBicycleWayPoint : NSObject |
A waypoint is the origin, destination or intermediate destination on the route. For each way point, the corresponding selected arrival point can be stored.
Summary
Class methods
+ (nonnull MMKBicycleWayPoint *)wayPointWithPosition:(nonnull MMKPoint *)position |
Properties
@property (nonatomic, readonly, nonnull) MMKPoint *position; |
@property (nonatomic, readonly, nullable) MMKPoint *selectedArrivalPoint; |
Class methods
wayPointWithPosition:selectedArrivalPoint:
+ (nonnull MMKBicycleWayPoint *)wayPointWithPosition:(nonnull MMKPoint *)position |
Properties
position
@property (nonatomic, readonly, nonnull) MMKPoint *position; |
Coordinates of the original waypoint from the request.
selectedArrivalPoint
@property (nonatomic, readonly, nullable) MMKPoint *selectedArrivalPoint; |
Coordinates of the selected arrival point.
Optional field, can be nil.