YMKAlternativeBalloon

Warning

This feature is available in the NaviKit SDK version.

class YMKAlternativeBalloon : NSObject

Summary

Class methods

 init(summary: YMKDrivingSummary, relativeWeight: YMKDrivingWeight)

Properties

var summaryYMKDrivingSummary { get }

var relativeWeightYMKDrivingWeight { get }
contains (weight(alternative) - weight(selectedRoute)) automatically updated on selected route changing

Class methods

init(summary:relativeWeight:)

 init(summary: YMKDrivingSummary, relativeWeight: YMKDrivingWeight)


Properties

summary

var summary: YMKDrivingSummary { get }


relativeWeight

var relativeWeight: YMKDrivingWeight { get }

contains (weight(alternative) - weight(selectedRoute)) automatically updated on selected route changing