YMKManoeuvre

class YMKManoeuvre : NSObject

Undocumented

Summary

Class methods

 init(action: YMKDrivingAction,
    distance: YMKLocalizedValue,
 nextRoadName: String?)

Properties

var actionYMKDrivingAction { get }
Undocumented

var distanceYMKLocalizedValue { get }
Undocumented

var nextRoadName: String? { get }
Optional field, can be nil

Class methods

init(action:distance:nextRoadName:)

 init(action: YMKDrivingAction,
    distance: YMKLocalizedValue,
 nextRoadName: String?)


Properties

action

var action: YMKDrivingAction { get }

Undocumented


distance

var distance: YMKLocalizedValue { get }

Undocumented


nextRoadName

var nextRoadName: String? { get }

Optional field, can be nil.


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