11#ifndef MapKit_static_MALineDrawType_h
12#define MapKit_static_MALineDrawType_h
MALineDashType
虚线类型
Definition MALineDrawType.h:33
@ kMALineDashTypeNone
不画虚线 No dash
Definition MALineDrawType.h:34
@ kMALineDashTypeSquare
方块样式 Square style
Definition MALineDrawType.h:35
@ kMALineDashTypeDot
圆点样式 Dot style
Definition MALineDrawType.h:36
MALineCapType
Definition MALineDrawType.h:23
@ kMALineCapArrow
箭头 Arrow
Definition MALineDrawType.h:26
@ kMALineCapRound
圆形头 Round cap
Definition MALineDrawType.h:27
@ kMALineCapButt
普通头 Butt cap
Definition MALineDrawType.h:24
@ kMALineCapSquare
扩展头 Square cap
Definition MALineDrawType.h:25
MALineJoinType
Definition MALineDrawType.h:15
@ kMALineJoinMiter
斜接连接点 Miter join
Definition MALineDrawType.h:17
@ kMALineJoinBevel
斜面连接点 Bevel join
Definition MALineDrawType.h:16
@ kMALineJoinRound
圆角连接点 Round join
Definition MALineDrawType.h:18