Warning

This feature is available in the Full MapKit SDK version

YMKRoadEventsLayerHighlightCircleStyle

@interface YMKRoadEventsLayerHighlightCircleStyle : NSObject

Undocumented

Summary

Class methods

+ (nonnull YMKRoadEventsLayerHighlightCircleStyle *)highlightCircleStyleWithStrokeColor:(nonnull UIColor *)strokeColor
                                                                            strokeWidth:( float)strokeWidth
                                                                              fillColor:(nonnull UIColor *)fillColor
                                                                          maximumRadius:( float)maximumRadius
                                                                      animationDuration:( NSTimeInterval)animationDuration;

Properties

@property (nonatomic, readonly, nonnull) UIColor *strokeColor;
Undocumented

@property (nonatomic, readonly) float strokeWidth;
Sets the stroke width in units

@property (nonatomic, readonly, nonnull) UIColor *fillColor;
Undocumented

@property (nonatomic, readonly) float maximumRadius;
Sets the maximum circle radius in units

@property (nonatomic, readonly) NSTimeInterval animationDuration;
Sets the time it takes for the circle to reach its maximum size

Class methods

highlightCircleStyleWithStrokeColor:strokeWidth:fillColor:maximumRadius:animationDuration:

+ (nonnull YMKRoadEventsLayerHighlightCircleStyle *)highlightCircleStyleWithStrokeColor:(nonnull UIColor *)strokeColor
                                                                            strokeWidth:( float)strokeWidth
                                                                              fillColor:(nonnull UIColor *)fillColor
                                                                          maximumRadius:( float)maximumRadius
                                                                      animationDuration:( NSTimeInterval)animationDuration;


Properties

strokeColor

@property (nonatomic, readonly, nonnull) UIColor *strokeColor;

Undocumented


strokeWidth

@property (nonatomic, readonly) float strokeWidth;

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

@property (nonatomic, readonly, nonnull) UIColor *fillColor;

Undocumented


maximumRadius

@property (nonatomic, readonly) float maximumRadius;

Sets the maximum circle radius in units.


animationDuration

@property (nonatomic, readonly) NSTimeInterval animationDuration;

Sets the time it takes for the circle to reach its maximum size.