TencentMapSDK_iOS_3D_v6.7.0
QOverlayPathView.h
1 //
2 // QOverlayPathView.h
3 // QMapKit
4 //
5 // Created by fan on 2017/5/17.
6 // Copyright © 2017年 Tencent. All rights reserved.
7 //
8 
9 #import "QOverlayView.h"
10 
17 
21 @property(nonatomic, strong) UIColor *fillColor;
22 
26 @property(nonatomic, strong) UIColor *strokeColor;
27 
31 @property(nonatomic, assign) CGFloat lineWidth;
32 
36 @property (nonatomic, assign) CGFloat alpha;
37 
38 @end
QOverlayPathView::strokeColor
UIColor * strokeColor
画笔颜色
Definition: QOverlayPathView.h:26
QOverlayPathView::lineWidth
CGFloat lineWidth
画笔宽度. 单位:CGPoint长度.
Definition: QOverlayPathView.h:31
QOverlayPathView
该类提供基于几何路径的overlay
Definition: QOverlayPathView.h:17
QOverlayPathView::fillColor
UIColor * fillColor
填充颜色
Definition: QOverlayPathView.h:21
QOverlayPathView::alpha
CGFloat alpha
透明度[0,1],默认为1.
Definition: QOverlayPathView.h:36
QOverlayView
该类是地图覆盖物View的基类, 提供了绘制overlay的接口, 但是没有实际实现。希望不要直接实例化
Definition: QOverlayView.h:17