TencentMapSDK_iOS_3D_v4.3.4
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 
33 @end
UIColor * strokeColor
画笔颜色
Definition: QOverlayPathView.h:26
该类是地图覆盖物View的基类, 提供了绘制overlay的接口, 但是没有实际实现。希望不要直接实例化
Definition: QOverlayView.h:16
CGFloat lineWidth
画笔宽度. 单位:Point
Definition: QOverlayPathView.h:31
该类提供基于几何路径的overlay
Definition: QOverlayPathView.h:16
UIColor * fillColor
填充颜色
Definition: QOverlayPathView.h:21