Warning
This feature is available in the Full MapKit SDK version
MMKBicycleWayPoint
class 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
Properties
var position: MMKPoint { get } |
var selectedArrivalPoint: MMKPoint? { get } |
Class methods
init(position:selectedArrivalPoint:)
Properties
position
var position: MMKPoint { get } |
Coordinates of the original waypoint from the request.
selectedArrivalPoint
var selectedArrivalPoint: MMKPoint? { get } |
Coordinates of the selected arrival point.
Optional field, can be nil.