YMKRouteSummaryBalloon
Warning
This feature is available in the NaviKit SDK version.
|
class YMKRouteSummaryBalloon : NSObject |
Summary
Class methods
|
init(summary: YMKDrivingSummary, |
Properties
|
var summary: YMKDrivingSummary { get } |
|
var tags: [String] { get } |
|
var relativeWeight: YMKDrivingWeight? { get } Optional field, can be nil |
Class methods
init(summary:tags:relativeWeight:)
|
init(summary: YMKDrivingSummary, |
Properties
summary
|
var summary: YMKDrivingSummary { get } |
tags
|
var tags: [String] { get } |
relativeWeight
|
var relativeWeight: YMKDrivingWeight? { 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.