Warning
This feature is available in the Full MapKit SDK version
MMKRoadEventsLayerHighlightCircleStyle
@interface MMKRoadEventsLayerHighlightCircleStyle : NSObject |
Undocumented
Summary
Class methods
+ (nonnull MMKRoadEventsLayerHighlightCircleStyle *)highlightCircleStyleWithStrokeColor:(nonnull UIColor *)strokeColor |
Properties
@property (nonatomic, readonly, nonnull) UIColor *strokeColor; |
@property (nonatomic, readonly) float strokeWidth; |
@property (nonatomic, readonly, nonnull) UIColor *fillColor; |
@property (nonatomic, readonly) float maximumRadius; |
@property (nonatomic, readonly) NSTimeInterval animationDuration; |
Class methods
highlightCircleStyleWithStrokeColor:strokeWidth:fillColor:maximumRadius:animationDuration:
+ (nonnull MMKRoadEventsLayerHighlightCircleStyle *)highlightCircleStyleWithStrokeColor:(nonnull UIColor *)strokeColor |
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.