MMKAlternativeBalloon

Warning

This feature is available in the NaviKit SDK version.

@interface MMKAlternativeBalloon : NSObject

Summary

Class methods

+ (nonnull MMKAlternativeBalloon *)alternativeBalloonWithSummary:(nonnull MMKDrivingSummary *)summary
                                                  relativeWeight:(nonnull MMKDrivingWeight *)relativeWeight;

Properties

@property (nonatomic, readonly, nonnull) MMKDrivingSummary *summary;

@property (nonatomic, readonly, nonnull) MMKDrivingWeight *relativeWeight;
contains (weight(alternative) - weight(selectedRoute)) automatically updated on selected route changing

Class methods

alternativeBalloonWithSummary:relativeWeight:

+ (nonnull MMKAlternativeBalloon *)alternativeBalloonWithSummary:(nonnull MMKDrivingSummary *)summary
                                                  relativeWeight:(nonnull MMKDrivingWeight *)relativeWeight;


Properties

summary

@property (nonatomic, readonly, nonnull) MMKDrivingSummary *summary;


relativeWeight

@property (nonatomic, readonly, nonnull) MMKDrivingWeight *relativeWeight;

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