iOS高德地图SDK(3D) V10.0.600
Loading...
Searching...
No Matches
MALineDrawType.h
Go to the documentation of this file.
1//
2// MALineDrawType.h
3// MapKit_static
4//
5// Created by yi chen on 14-7-30.
6// Copyright © 2016 Amap. All rights reserved.
7//
8
9#import "MAConfig.h"
10
11#ifndef MapKit_static_MALineDrawType_h
12#define MapKit_static_MALineDrawType_h
13
15{
19};
21
23{
28};
30
33{
37};
39
40#endif
MALineDashType
虚线类型
Definition MALineDrawType.h:33
@ kMALineDashTypeNone
不画虚线
Definition MALineDrawType.h:34
@ kMALineDashTypeSquare
方块样式
Definition MALineDrawType.h:35
@ kMALineDashTypeDot
圆点样式
Definition MALineDrawType.h:36
MALineCapType
Definition MALineDrawType.h:23
@ kMALineCapArrow
箭头
Definition MALineDrawType.h:26
@ kMALineCapRound
圆形头
Definition MALineDrawType.h:27
@ kMALineCapButt
普通头
Definition MALineDrawType.h:24
@ kMALineCapSquare
扩展头
Definition MALineDrawType.h:25
MALineJoinType
Definition MALineDrawType.h:15
@ kMALineJoinMiter
斜接连接点
Definition MALineDrawType.h:17
@ kMALineJoinBevel
斜面连接点
Definition MALineDrawType.h:16
@ kMALineJoinRound
圆角连接点
Definition MALineDrawType.h:18
© 2017 高德信息技术有限公司 版权所有,保留所有权利。