MMKSpeedControlHighlightStyle
Warning
This feature is available in the NaviKit SDK version.
|
class MMKSpeedControlHighlightStyle : NSObject |
Summary
Class methods
|
 init(stroke strokeColor: UIColor, |
Properties
|
var strokeColor: UIColor { get } |
|
var strokeWidth: Float { get } |
|
var fillColor: UIColor { get } |
|
var maximumRadius: Float { get } |
|
var animationDuration: TimeInterval { get } |
|
var pulsationCenter: CGPoint { get } |
Class methods
init(stroke:strokeWidth:fill:maximumRadius:animationDuration:pulsationCenter:)
|
 init(stroke strokeColor: UIColor, |
Properties
strokeColor
|
var strokeColor: UIColor { get } |
strokeWidth
|
var strokeWidth: Float { get } |
Sets the stroke width in units. The size of a unit is equal to the size of a pixel at the current zoom level when the camera position's tilt is equal to 0 and the scale factor is equal to 1.
fillColor
|
var fillColor: UIColor { get } |
maximumRadius
|
var maximumRadius: Float { get } |
Sets the maximum circle radius in units.
animationDuration
|
var animationDuration: TimeInterval { get } |
Sets the time it takes for the circle to reach its maximum size.
pulsationCenter
|
var pulsationCenter: CGPoint { get } |
Pulsation center on road event pin image. (0, 0) is top left and (1.0, 1.0) is bottom right.