MMKAlternativeBalloon
@interface MMKAlternativeBalloon : NSObject |
Undocumented
Summary
Class methods
+ (nonnull MMKAlternativeBalloon *)alternativeBalloonWithSummary:(nonnull MMKDrivingSummary *)summary |
Properties
@property (nonatomic, readonly, nonnull) MMKDrivingSummary *summary; |
@property (nonatomic, readonly, nonnull) MMKDrivingWeight *relativeWeight; |
Class methods
alternativeBalloonWithSummary:relativeWeight:
+ (nonnull MMKAlternativeBalloon *)alternativeBalloonWithSummary:(nonnull MMKDrivingSummary *)summary |
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