YMKAlternativeBalloon

Важно

This feature is available in the NaviKit SDK version.

@interface YMKAlternativeBalloon : NSObject

Summary

Class methods

+ (nonnull YMKAlternativeBalloon *)alternativeBalloonWithSummary:(nonnull YMKDrivingSummary *)summary
                                                  relativeWeight:(nonnull YMKDrivingWeight *)relativeWeight;

Properties

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

@property (nonatomic, readonly, nonnull) YMKDrivingWeight *relativeWeight;
contains (weight(alternative) - weight(selectedRoute)) automatically updated on selected route changing

Class methods

alternativeBalloonWithSummary:relativeWeight:

+ (nonnull YMKAlternativeBalloon *)alternativeBalloonWithSummary:(nonnull YMKDrivingSummary *)summary
                                                  relativeWeight:(nonnull YMKDrivingWeight *)relativeWeight;


Properties

summary

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


relativeWeight

@property (nonatomic, readonly, nonnull) YMKDrivingWeight *relativeWeight;

contains (weight(alternative) - weight(selectedRoute)) automatically updated on selected route changing


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