8 #import <UIKit/UIKit.h>
LMKLineJoinType lineJoinType
LineJoin,默认是kLMKLineJoinBevel.
Definition: LMKOverlayPathView.h:34
LMKLineCapType lineCapType
LineCap,默认是kLMKLineCapButt.
Definition: LMKOverlayPathView.h:39
BOOL lineDash
是否绘制成虚线, 默认是NO
Definition: LMKOverlayPathView.h:49
LMKLineJoinType
Definition: LMKLineDrawType.h:11
CGFloat miterLimit
MiterLimit,默认是10.f.
Definition: LMKOverlayPathView.h:44
LMKLineCapType
Definition: LMKLineDrawType.h:18
该类是地图覆盖物View的基类, 提供绘制overlay的接口但并无实际的实现
Definition: LMKOverlayView.h:19
CGFloat lineWidth
笔触宽度,默认是0
Definition: LMKOverlayPathView.h:29
UIColor * fillColor
填充颜色,默认是kLMKOverlayViewDefaultFillColor
Definition: LMKOverlayPathView.h:19
UIColor * strokeColor
笔触颜色,默认是kLMKOverlayViewDefaultStrokeColor
Definition: LMKOverlayPathView.h:24
该类提供使用CGPathRef来绘制overlay,默认的操作是将fill
attributes, stroke attributes设置到CAShapeLayer...
Definition: LMKOverlayPathView.h:14