BaiduMap_IOSSDK_v6.5.5doc_Docs
6.5.5
首页
类
类列表
类索引
类继承关系
类成员
全部
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
函数
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
z
变量
_
b
c
d
f
h
i
k
l
m
n
o
p
r
s
t
u
w
x
y
z
属性
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
文件
文件列表
文件成员
全部
_
b
c
e
g
i
k
l
n
o
s
t
函数
b
g
i
n
变量
类型定义
枚举
b
枚举值
b
c
e
i
k
l
o
s
t
宏定义
•
全部
类
文件
函数
变量
类型定义
枚举
枚举值
属性
宏定义
BaiduMapAPI_Map.framework
Headers
BMKGeometryView.h
浏览该文件的文档.
1
//
2
// BMKGeometryView.h
3
// MapComponent
4
//
5
// Created by zhangbaojin on 2021/7/28.
6
// Copyright © 2021 Baidu. All rights reserved.
7
//
8
9
#import "
BMKOverlayGLBasicView.h
"
10
11
NS_ASSUME_NONNULL_BEGIN
13
@interface
BMKGeometryView
:
BMKOverlayGLBasicView
14
18
@property
(nonatomic, strong, nullable) UIColor *
fillColor
;
19
23
@property
(nonatomic, strong, nullable) UIColor *
strokeColor
;
24
26
@property
(nonatomic, assign) CGFloat
lineWidth
;
27
29
@property
(nonatomic, assign)
BMKLineDashType
lineDashType
;
30
31
@end
32
NS_ASSUME_NONNULL_END
BMKGeometryView
该类定义了一个用opengl绘制geometry的基类
Definition:
BMKGeometryView.h:14
BMKOverlayGLBasicView.h
BMKGeometryView::fillColor
UIColor * fillColor
Definition:
BMKGeometryView.h:18
BMKGeometryView::strokeColor
UIColor * strokeColor
Definition:
BMKGeometryView.h:23
BMKLineDashType
BMKLineDashType
虚线绘制样式
Definition:
BMKLineDrawType.h:31
BMKGeometryView::lineWidth
CGFloat lineWidth
画笔宽度,默认为0
Definition:
BMKGeometryView.h:26
BMKOverlayGLBasicView
该类定义了一个用opengl绘制的OverlayView的基类,如果需要用gdi进行绘制请继承于BMKOverlayPathView类
Definition:
BMKOverlayGLBasicView.h:14
BMKGeometryView::lineDashType
BMKLineDashType lineDashType
虚线类型, since 5.0.0,默认kBMKLineDashTypeNone (仅支持颜色虚线)
Definition:
BMKGeometryView.h:29
制作者
1.8.20