YMKRouteSummaryBalloon

Важно

This feature is available in the NaviKit SDK version.

@interface YMKRouteSummaryBalloon : NSObject

Summary

Class methods

+ (nonnull YMKRouteSummaryBalloon *)routeSummaryBalloonWithSummary:(nonnull YMKDrivingSummary *)summary
                                                              tags:(nonnull NSArray<NSString *> *)tags
                                                    relativeWeight:(nullable YMKDrivingWeight *)relativeWeight;

Properties

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

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

@property (nonatomic, readonly, nullable) YMKDrivingWeight *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 YMKRouteSummaryBalloon *)routeSummaryBalloonWithSummary:(nonnull YMKDrivingSummary *)summary
                                                              tags:(nonnull NSArray<NSString *> *)tags
                                                    relativeWeight:(nullable YMKDrivingWeight *)relativeWeight;


Properties

summary

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


tags

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


relativeWeight

@property (nonatomic, readonly, nullable) YMKDrivingWeight *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.


Предыдущая
Следующая