YMKNavigationRequestPointStyleProvider

Warning

This feature is available in the NaviKit SDK version.

@protocol YMKNavigationRequestPointStyleProvider <NSObject>

Summary

Instance methods

- (void)provideStyleWithRequestPointIndex:(NSInteger)requestPointIndex
                      requestPointsNumber:(NSInteger)requestPointsNumber
                         requestPointType:(YMKRequestPointType)requestPointType
                              scaleFactor:(float)scaleFactor
                               isSelected:(BOOL)isSelected
                              isNightMode:(BOOL)isNightMode
                      navigationLayerMode:
                          (YMKNavigationLayerMode)navigationLayerMode
                                    style:(nonnull YMKPlacemarkStyle *)style;

Instance methods

provideStyleWithRequestPointIndex:requestPointsNumber:requestPointType:scaleFactor:isSelected:isNightMode:navigationLayerMode:style:

- (void)provideStyleWithRequestPointIndex:(NSInteger)requestPointIndex
                      requestPointsNumber:(NSInteger)requestPointsNumber
                         requestPointType:(YMKRequestPointType)requestPointType
                              scaleFactor:(float)scaleFactor
                               isSelected:(BOOL)isSelected
                              isNightMode:(BOOL)isNightMode
                      navigationLayerMode:
                          (YMKNavigationLayerMode)navigationLayerMode
                                    style:(nonnull YMKPlacemarkStyle *)style;