Важно

This feature is available in the Full MapKit SDK version

YMKRoadEventsLayerHighlightCircleStyle

class YMKRoadEventsLayerHighlightCircleStyle : NSObject

Undocumented

Summary

Class methods

 init(stroke strokeColor: UIColor,
             strokeWidth: Float,
          fill fillColor: UIColor,
           maximumRadius: Float,
       animationDuration: TimeInterval)

Properties

var strokeColor: UIColor { get }
Undocumented

var strokeWidth: Float { get }
Sets the stroke width in units

var fillColor: UIColor { get }
Undocumented

var maximumRadius: Float { get }
Sets the maximum circle radius in units

var animationDuration: TimeInterval { get }
Sets the time it takes for the circle to reach its maximum size

Class methods

init(stroke:strokeWidth:fill:maximumRadius:animationDuration:)

 init(stroke strokeColor: UIColor,
             strokeWidth: Float,
          fill fillColor: UIColor,
           maximumRadius: Float,
       animationDuration: TimeInterval)


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.


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