MMKArrowManeuverStyle
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKArrowManeuverStyle : NSObject |
The style that is used to display arrow maneuvers on the map.
Summary
Class methods
|
+ (nonnull MMKArrowManeuverStyle *)arrowManeuverStyleWithFillColor:(nonnull UIColor *)fillColor |
Properties
|
@property (nonatomic, readonly, nonnull) UIColor *fillColor; |
|
@property (nonatomic, readonly, nonnull) UIColor *outlineColor; |
|
@property (nonatomic, readonly) float outlineWidth; |
|
@property (nonatomic, readonly) float length; |
|
@property (nonatomic, readonly) float triangleHeight; |
|
@property (nonatomic, readonly) BOOL enabled; |
Class methods
arrowManeuverStyleWithFillColor:outlineColor:outlineWidth:length:triangleHeight:enabled:
|
+ (nonnull MMKArrowManeuverStyle *)arrowManeuverStyleWithFillColor:(nonnull UIColor *)fillColor |
Properties
fillColor
|
@property (nonatomic, readonly, nonnull) UIColor *fillColor; |
Fill color of the arrow.
outlineColor
|
@property (nonatomic, readonly, nonnull) UIColor *outlineColor; |
Color of the arrow's outline.
outlineWidth
|
@property (nonatomic, readonly) float outlineWidth; |
Width of the arrow's outline in units.
length
|
@property (nonatomic, readonly) float length; |
Overall length of the arrow (including the tip) in units.
triangleHeight
|
@property (nonatomic, readonly) float triangleHeight; |
Height of the arrow tip in units.
enabled
|
@property (nonatomic, readonly) BOOL enabled; |
Enables/disables arrow maneuvers.