Warning

This feature is available in the Full MapKit SDK version

YMKDrivingDirectionSignStyle

@interface YMKDrivingDirectionSignStyle : NSObject

Undocumented

Summary

Class methods

+ (nonnull YMKDrivingDirectionSignStyle *)directionSignStyleWithTextColor:(nonnull UIColor *)textColor
                                                                  bgColor:(nonnull UIColor *)bgColor;

Properties

@property (nonatomic, readonly, nonnull) UIColor *textColor;
Text color in RGB format

@property (nonatomic, readonly, nonnull) UIColor *bgColor;
Background color in RGB format

Class methods

directionSignStyleWithTextColor:bgColor:

+ (nonnull YMKDrivingDirectionSignStyle *)directionSignStyleWithTextColor:(nonnull UIColor *)textColor
                                                                  bgColor:(nonnull UIColor *)bgColor;


Properties

textColor

@property (nonatomic, readonly, nonnull) UIColor *textColor;

Text color in RGB format


bgColor

@property (nonatomic, readonly, nonnull) UIColor *bgColor;

Background color in RGB format