Важно

This feature is available in the Full MapKit SDK version

YMKArrowManeuverStyle

class YMKArrowManeuverStyle : NSObject

The style that is used to display arrow maneuvers on the map.

Summary

Class methods

 init(fill fillColor: UIColor,
        outlineColor: UIColor,
        outlineWidth: Float,
              length: Float,
      triangleHeight: Float,
             enabled: Bool)

Properties

var fillColor: UIColor { get }
Fill color of the arrow

var outlineColor: UIColor { get }
Color of the arrow's outline

var outlineWidth: Float { get }
Width of the arrow's outline in units

var length: Float { get }
Overall length of the arrow (including the tip) in units

var triangleHeight: Float { get }
Height of the arrow tip in units

var enabled: Bool { get }
Enables/disables arrow maneuvers

Class methods

init(fill:outlineColor:outlineWidth:length:triangleHeight:enabled:)

 init(fill fillColor: UIColor,
        outlineColor: UIColor,
        outlineWidth: Float,
              length: Float,
      triangleHeight: Float,
             enabled: Bool)


Properties

fillColor

var fillColor: UIColor { get }

Fill color of the arrow.


outlineColor

var outlineColor: UIColor { get }

Color of the arrow's outline.


outlineWidth

var outlineWidth: Float { get }

Width of the arrow's outline in units.


length

var length: Float { get }

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


triangleHeight

var triangleHeight: Float { get }

Height of the arrow tip in units.


enabled

var enabled: Bool { get }

Enables/disables arrow maneuvers.


Предыдущая
Следующая