MapKit Mobile SDK

MMKManoeuvre

class MMKManoeuvre : NSObject

Undocumented

Summary

Class methods

 init(action: MMKDrivingAction,
    distance: MMKLocalizedValue,
 nextRoadName: String?)

Properties

var actionMMKDrivingAction { get }
Undocumented

var distanceMMKLocalizedValue { get }
Undocumented

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

Class methods

init(action:distance:nextRoadName:)

 init(action: MMKDrivingAction,
    distance: MMKLocalizedValue,
 nextRoadName: String?)


Properties

action

var action: MMKDrivingAction { get }

Undocumented


distance

var distance: MMKLocalizedValue { get }

Undocumented


nextRoadName

var nextRoadName: String? { get }

Optional field, can be nil.