高德地图SDK(导航)  V11.1.000
MAOverlayPathRenderer.h
Go to the documentation of this file.
1 //
2 // MAOverlayPathRenderer.h
3 // MAMapKit
4 //
5 //
6 // Copyright (c) 2011年 Amap. All rights reserved.
7 //
8 
9 #import "MAConfig.h"
10 #import <UIKit/UIKit.h>
11 #import "MAOverlayRenderer.h"
12 #import "MAPathShowRange.h"
13 
17 
20 @property (nonatomic, retain) UIColor *fillColor;
21 
24 @property (nonatomic, retain) UIColor *strokeColor;
25 
28 @property (nonatomic, assign) CGFloat lineWidth;
29 
32 @property (nonatomic, assign) MALineJoinType lineJoinType;
33 
36 @property (nonatomic, assign) MALineCapType lineCapType;
37 
40 @property (nonatomic, assign) CGFloat miterLimit;
41 
44 @property (nonatomic, assign) MALineDashType lineDashType;
45 
48 @property (nonatomic, assign) BOOL reducePoint;
49 @end
MALineDashType
虚线类型
Definition: MALineDrawType.h:33
MALineCapType
Definition: MALineDrawType.h:23
MALineJoinType
Definition: MALineDrawType.h:15
Definition: MAOverlayPathRenderer.h:17
MALineCapType lineCapType
Definition: MAOverlayPathRenderer.h:36
MALineDashType lineDashType
Definition: MAOverlayPathRenderer.h:44
UIColor * strokeColor
Definition: MAOverlayPathRenderer.h:24
BOOL reducePoint
Definition: MAOverlayPathRenderer.h:48
CGFloat miterLimit
Definition: MAOverlayPathRenderer.h:40
UIColor * fillColor
Definition: MAOverlayPathRenderer.h:20
MALineJoinType lineJoinType
Definition: MAOverlayPathRenderer.h:32
CGFloat lineWidth
Definition: MAOverlayPathRenderer.h:28
Definition: MAOverlayRenderer.h:21
© 2017 高德信息技术有限公司 版权所有,保留所有权利。