9#ifndef BMKLineDrawType_h
10#define BMKLineDrawType_h
BMKLineDirectionCross180Type
line跨经度180方式
Definition BMKLineDrawType.h:42
@ kBMKLineDirectionCross180TypeWEST_TO_EAST
从西到东跨180经度
Definition BMKLineDrawType.h:45
@ kBMKLineDirectionCross180TypeNone
不跨180经度
Definition BMKLineDrawType.h:43
@ kBMKLineDirectionCross180TypeEAST_TO_WEST
从东到西跨180经度
Definition BMKLineDrawType.h:44
BMKLineDashType
虚线绘制样式
Definition BMKLineDrawType.h:32
@ kBMKLineDashTypeSquare
方块样式
Definition BMKLineDrawType.h:34
@ kBMKLineDashTypeRectangle
矩形样式 since 6.6.0
Definition BMKLineDrawType.h:36
@ kBMKLineDashTypeNone
实折线
Definition BMKLineDrawType.h:33
@ kBMKLineDashTypeDot
圆点样式
Definition BMKLineDrawType.h:35
BMKLineJoinType
line拐角处理方式(不支持虚线)
Definition BMKLineDrawType.h:13
@ kBMKLineJoinBevel
平角衔接
Definition BMKLineDrawType.h:14
@ kBMKLineJoinBerzier
贝塞尔平滑衔接(仅支持多纹理和多颜色的polyline绘制) 此衔接不可以与kBMKLineCapRound配合使用
Definition BMKLineDrawType.h:17
@ kBMKLineJoinMiter
尖角衔接(尖角过长(大于线宽)按平角处理)
Definition BMKLineDrawType.h:15
@ kBMKLineJoinRound
圆⻆衔接
Definition BMKLineDrawType.h:16
BMKLineCapType
line头尾处理方式(不支持虚线)
Definition BMKLineDrawType.h:23
@ kBMKLineCapRound
圆形头
Definition BMKLineDrawType.h:25
@ kBMKLineCapSquare
方头
Definition BMKLineDrawType.h:26
@ kBMKLineCapButt
普通头
Definition BMKLineDrawType.h:24
BMKLineBloomMode
line发光模式
Definition BMKLineDrawType.h:52
@ kBMKLineBloomModeBlur
模糊发光模式
Definition BMKLineDrawType.h:55
@ kBMKLineBloomModeNone
不发光
Definition BMKLineDrawType.h:53
@ kBMKLineBloomModeGradient
渐变发光模式,since 6.5.9暂不支持
Definition BMKLineDrawType.h:54