MMKRouteSummaryBalloon
Warning
This feature is available in the NaviKit SDK version.
|
class MMKRouteSummaryBalloon : NSObject |
Summary
Class methods
|
 init(summary: MMKDrivingSummary, |
Properties
|
var summary: MMKDrivingSummary { get } |
|
var tags: [String] { get } |
|
var relativeWeight: MMKDrivingWeight? { get } Optional field, can be nil |
Class methods
init(summary:tags:relativeWeight:)
|
 init(summary: MMKDrivingSummary, |
Properties
summary
|
var summary: MMKDrivingSummary { get } |
tags
|
var tags: [String] { get } |
relativeWeight
|
var relativeWeight: MMKDrivingWeight? { get } |
presented only if any another route selected in navigation layer contains (weight(alternative) - weight(selectedRoute)) automatically updated on selected route changing
Optional field, can be nil.