Warning
This feature is available in the Full MapKit SDK version
MMKRoadEventsLayerHighlightCircleStyle
class MMKRoadEventsLayerHighlightCircleStyle : NSObject |
Undocumented
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 } |
Class methods
init(stroke:strokeWidth:fill:maximumRadius:animationDuration:)
init(stroke strokeColor: UIColor, |
Properties
strokeColor
var strokeColor: UIColor { get } |
Undocumented
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 } |
Undocumented
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.