MMKRouteSummaryBalloon
Warning
This feature is available in the NaviKit SDK version.
|
@interface MMKRouteSummaryBalloon : NSObject |
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; |
tags
|
@property (nonatomic, readonly, nonnull) NSArray<NSString *> *tags; |
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.