MMKRouteSummaryBalloon
@interface MMKRouteSummaryBalloon : NSObject |
Undocumented
Summary
Class methods
+ (nonnull MMKRouteSummaryBalloon *)routeSummaryBalloonWithSummary:(nonnull MMKDrivingSummary *)summary |
Properties
@property (nonatomic, readonly, nonnull) MMKDrivingSummary *summary; |
@property (nonatomic, readonly, nonnull) NSArray<NSString *> *tags; |
@property (nonatomic, readonly, nullable) MMKDrivingWeight *relativeWeight; Optional field, can be nil |
Class methods
routeSummaryBalloonWithSummary:tags:relativeWeight:
+ (nonnull MMKRouteSummaryBalloon *)routeSummaryBalloonWithSummary:(nonnull MMKDrivingSummary *)summary |
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.