MMKNavigationRequestPointStyleProvider

@protocol MMKNavigationRequestPointStyleProvider <NSObject>

Undocumented

Summary

Instance methods

- (void)provideStyleWithRequestPointIndex:(NSInteger)requestPointIndex
                      requestPointsNumber:(NSInteger)requestPointsNumber
                         requestPointType:(MMKRequestPointType)requestPointType
                              scaleFactor:(float)scaleFactor
                               isSelected:(BOOL)isSelected
                              isNightMode:(BOOL)isNightMode
                                    style:(nonnull MMKPlacemarkStyle *)style;

Undocumented

Instance methods

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

- (void)provideStyleWithRequestPointIndex:(NSInteger)requestPointIndex
                      requestPointsNumber:(NSInteger)requestPointsNumber
                         requestPointType:(MMKRequestPointType)requestPointType
                              scaleFactor:(float)scaleFactor
                               isSelected:(BOOL)isSelected
                              isNightMode:(BOOL)isNightMode
                                    style:(nonnull MMKPlacemarkStyle *)style;

Undocumented