Warning
This feature is available in the Full MapKit SDK version
MMKArrowManeuverStyle
class MMKArrowManeuverStyle : NSObject |
The style that is used to display arrow maneuvers on the map.
Summary
Class methods
init(fill fillColor: UIColor, |
Properties
var fillColor: UIColor { get } |
var outlineColor: UIColor { get } |
var outlineWidth: Float { get } |
var length: Float { get } |
var triangleHeight: Float { get } |
var enabled: Bool { get } |
Class methods
init(fill:outlineColor:outlineWidth:length:triangleHeight:enabled:)
init(fill fillColor: UIColor, |
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.