MMKDrivingDirectionSignStyle
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKDrivingDirectionSignStyle : NSObject |
Summary
Class methods
|
+ (nonnull MMKDrivingDirectionSignStyle *)directionSignStyleWithTextColor:(nonnull UIColor *)textColor |
Properties
|
@property (nonatomic, readonly, nonnull) UIColor *textColor; |
|
@property (nonatomic, readonly, nonnull) UIColor *bgColor; |
Class methods
directionSignStyleWithTextColor:bgColor:
|
+ (nonnull MMKDrivingDirectionSignStyle *)directionSignStyleWithTextColor:(nonnull UIColor *)textColor |
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