MMKAlternativeBalloon

@interface MMKAlternativeBalloon : NSObject

Undocumented

Summary

Class methods

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

Properties

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

@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;

Undocumented


relativeWeight

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

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