11NS_ASSUME_NONNULL_BEGIN
18@property (nonatomic, strong, nullable) UIColor *
fillColor;
BMKLineDashType
虚线绘制样式
Definition BMKLineDrawType.h:32
该类定义了一个用opengl绘制geometry的基类
Definition BMKGeometryView.h:14
BMKLineDashType lineDashType
虚线类型, since 5.0.0,默认kBMKLineDashTypeNone (仅支持颜色虚线)
Definition BMKGeometryView.h:33
UIColor * strokeColorProgressBackward
加载绘制当前进度之后的部分的画笔颜色,不设置时当前进度之后的路线不显示,轨迹动画化使用 since 6.6.3
Definition BMKGeometryView.h:27
CGFloat lineWidth
画笔宽度,默认为0
Definition BMKGeometryView.h:30
UIColor * strokeColor
Definition BMKGeometryView.h:23
UIColor * fillColor
Definition BMKGeometryView.h:18
UIColor * strokeColorProgressForward
加载绘制当前进度之前的部分的画笔颜色,不设置时当前进度之前的路线不显示,轨迹动画化使用 since 6.6.3
Definition BMKGeometryView.h:25
该类定义了一个用opengl绘制的OverlayView的基类,如果需要用gdi进行绘制请继承于BMKOverlayPathView类
Definition BMKOverlayGLBasicView.h:14