|
BaiduMap_IOSSDK_v6.6.7_Docs
6.6.7
|
浏览该文件的文档.
9 #ifndef BMKLineDrawType_h
10 #define BMKLineDrawType_h
@ kBMKLineJoinMiter
尖角衔接(尖角过长(大于线宽)按平角处理)
Definition: BMKLineDrawType.h:15
BMKLineDirectionCross180Type
line跨经度180方式
Definition: BMKLineDrawType.h:42
BMKLineBloomDirection
line发光方向
Definition: BMKLineDrawType.h:61
@ kBMKLineJoinBevel
平角衔接
Definition: BMKLineDrawType.h:14
@ kBMKLineBloomDirectionRight
单侧向内,线行进方向右侧
Definition: BMKLineDrawType.h:64
@ kBMKLineBloomModeBlur
模糊发光模式
Definition: BMKLineDrawType.h:55
@ kBMKLineDirectionCross180TypeNone
不跨180经度
Definition: BMKLineDrawType.h:43
@ kBMKLineBloomDirectionUp
向上,类似围栏
Definition: BMKLineDrawType.h:65
@ kBMKLineDashTypeSquare
方块样式
Definition: BMKLineDrawType.h:34
@ kBMKLineDashTypeNone
实折线
Definition: BMKLineDrawType.h:33
@ kBMKLineCapSquare
方头
Definition: BMKLineDrawType.h:26
@ kBMKLineBloomModeGradient
渐变发光模式
Definition: BMKLineDrawType.h:54
@ kBMKLineDashTypeRectangle
矩形样式 since 6.6.0
Definition: BMKLineDrawType.h:36
BMKLineJoinType
line拐角处理方式(不支持虚线)
Definition: BMKLineDrawType.h:13
@ kBMKDouglasPeucker
Definition: BMKLineDrawType.h:72
BMKLineDashType
虚线绘制样式
Definition: BMKLineDrawType.h:32
@ kBMKLineDashTypeDot
圆点样式
Definition: BMKLineDrawType.h:35
@ kBMKLineJoinRound
圆⻆衔接
Definition: BMKLineDrawType.h:16
@ kBMKLineCapRound
圆形头
Definition: BMKLineDrawType.h:25
BMKLineBloomMode
line发光模式
Definition: BMKLineDrawType.h:52
BMKCoordAlgorithm
Definition: BMKLineDrawType.h:69
@ kBMKAlgorithmNone
Definition: BMKLineDrawType.h:70
@ kBMKLineDirectionCross180TypeWEST_TO_EAST
从西到东跨180经度
Definition: BMKLineDrawType.h:45
@ kBMKLineJoinBerzier
贝塞尔平滑衔接(仅支持多纹理和多颜色的polyline绘制) 此衔接不可以与kBMKLineCapRound配合使用
Definition: BMKLineDrawType.h:17
@ kBMKBezierSmooth
Definition: BMKLineDrawType.h:74
@ kBMKLineBloomDirectionAround
向两侧,默认
Definition: BMKLineDrawType.h:62
@ kBMKLineCapButt
普通头
Definition: BMKLineDrawType.h:24
BMKLineCapType
line头尾处理方式(不支持虚线)
Definition: BMKLineDrawType.h:23
@ kBMKLineBloomDirectionLeft
单侧向外,线行进方向左侧
Definition: BMKLineDrawType.h:63
@ kBMKLineDirectionCross180TypeEAST_TO_WEST
从东到西跨180经度
Definition: BMKLineDrawType.h:44
@ kBMKLineBloomModeNone
不发光
Definition: BMKLineDrawType.h:53