Важно

This feature is available in the Full MapKit SDK version

YMKBicycleWayPoint

class YMKBicycleWayPoint : 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

 init(position: YMKPoint, selectedArrivalPoint: YMKPoint?)

Properties

var positionYMKPoint { get }
Coordinates of the original waypoint from the request

var selectedArrivalPointYMKPoint? { get }
Coordinates of the selected arrival point

Class methods

init(position:selectedArrivalPoint:)

 init(position: YMKPoint, selectedArrivalPoint: YMKPoint?)


Properties

position

var position: YMKPoint { get }

Coordinates of the original waypoint from the request.


selectedArrivalPoint

var selectedArrivalPoint: YMKPoint? { get }

Coordinates of the selected arrival point.

Optional field, can be nil.


Предыдущая
Следующая