BaiduMap_IOSSDK_v6.5.5doc_Docs
6.5.5
|
浏览该文件的文档.
9 #ifndef BMKLineDrawType_h
10 #define BMKLineDrawType_h
@ kBMKLineJoinMiter
尖角衔接(尖角过长(大于线宽)按平角处理)
Definition: BMKLineDrawType.h:15
BMKLineDirectionCross180Type
line跨经度180方式
Definition: BMKLineDrawType.h:40
@ kBMKLineJoinBevel
平角衔接
Definition: BMKLineDrawType.h:14
@ kBMKLineDirectionCross180TypeNone
不跨180经度
Definition: BMKLineDrawType.h:41
@ kBMKLineDashTypeSquare
方块样式
Definition: BMKLineDrawType.h:33
@ kBMKLineDashTypeNone
实折线
Definition: BMKLineDrawType.h:32
BMKLineJoinType
line拐角处理方式(不支持虚线)
Definition: BMKLineDrawType.h:13
BMKLineDashType
虚线绘制样式
Definition: BMKLineDrawType.h:31
@ kBMKLineDashTypeDot
圆点样式
Definition: BMKLineDrawType.h:34
@ kBMKLineJoinRound
圆⻆衔接
Definition: BMKLineDrawType.h:16
@ kBMKLineCapRound
圆形头
Definition: BMKLineDrawType.h:25
@ kBMKLineDirectionCross180TypeWEST_TO_EAST
从西到东跨180经度
Definition: BMKLineDrawType.h:43
@ kBMKLineJoinBerzier
贝塞尔平滑衔接(仅支持多纹理和多颜色的polyline绘制) 此衔接不可以与kBMKLineCapRound配合使用
Definition: BMKLineDrawType.h:17
@ kBMKLineCapButt
普通头
Definition: BMKLineDrawType.h:24
BMKLineCapType
line头尾处理方式(不支持虚线)
Definition: BMKLineDrawType.h:23
@ kBMKLineDirectionCross180TypeEAST_TO_WEST
从东到西跨180经度
Definition: BMKLineDrawType.h:42