Class YMKManeuverStyle

Class Methods

Properties

enabled

Enables/disables maneuvers.

fillColor

Fill color of the arrow.

length

Overall length of the arrow (including the tip) in units.

outlineColor

Color of the arrow's outline.

outlineWidth

Width of the arrow's outline in units.

triangleHeight

Height of the arrow tip in units.

enabled

Enables/disables maneuvers.

fillColor

Fill color of the arrow.

length

Overall length of the arrow (including the tip) in units.

outlineColor

Color of the arrow's outline.

outlineWidth

Width of the arrow's outline in units.

triangleHeight

Height of the arrow tip in units.

Method Detail

+maneuverStyleWithFillColor:outlineColor:outlineWidth:length:triangleHeight:enabled:

+ (nonnull YMKManeuverStyle *)maneuverStyleWithFillColor:(nonnull UIColor *)fillColor
                                            outlineColor:(nonnull UIColor *)outlineColor
                                            outlineWidth:(float)outlineWidth
                                                  length:(float)length
                                          triangleHeight:(float)triangleHeight
                                                 enabled:(BOOL)enabled 

Property Detail

enabled

(assign, readonly) BOOL enabled

Enables/disables maneuvers.

fillColor

(assign, readonly) UIColor * fillColor

Fill color of the arrow.

length

(assign, readonly) float length

Overall length of the arrow (including the tip) in units.

outlineColor

(assign, readonly) UIColor * outlineColor

Color of the arrow's outline.

outlineWidth

(assign, readonly) float outlineWidth

Width of the arrow's outline in units.

triangleHeight

(assign, readonly) float triangleHeight

Height of the arrow tip in units.