MMKRouteSummaryBalloon

@interface MMKRouteSummaryBalloon : NSObject

Undocumented

Summary

Class methods

+ (nonnull MMKRouteSummaryBalloon *)routeSummaryBalloonWithSummary:(nonnull MMKDrivingSummary *)summary
                                                              tags:(nonnull NSArray<NSString *> *)tags
                                                    relativeWeight:(nullable MMKDrivingWeight *)relativeWeight;

Properties

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

@property (nonatomic, readonly, nonnull) NSArray<NSString *> *tags;
Undocumented

@property (nonatomic, readonly, nullable) MMKDrivingWeight *relativeWeight;
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

Class methods

routeSummaryBalloonWithSummary:tags:relativeWeight:

+ (nonnull MMKRouteSummaryBalloon *)routeSummaryBalloonWithSummary:(nonnull MMKDrivingSummary *)summary
                                                              tags:(nonnull NSArray<NSString *> *)tags
                                                    relativeWeight:(nullable MMKDrivingWeight *)relativeWeight;


Properties

summary

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

Undocumented


tags

@property (nonatomic, readonly, nonnull) NSArray<NSString *> *tags;

Undocumented


relativeWeight

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

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.