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
BMKGroundOverlayView.h
浏览该文件的文档.
1
/*
2
* BMKGroundOverlayView.h
3
* BMapKit
4
*
5
* Copyright 2013 Baidu Inc. All rights reserved.
6
*
7
*/
8
9
#import "
BMKOverlayGLBasicView.h
"
10
#import "
BMKGroundOverlay.h
"
11
12
NS_ASSUME_NONNULL_BEGIN
14
@interface
BMKGroundOverlayView
:
BMKOverlayGLBasicView
15
19
- (nullable instancetype)initWithGroundOverlay:(
BMKGroundOverlay
*)groundOverlay;
20
22
@property
(nonatomic, readonly)
BMKGroundOverlay
*
groundOverlay
;
23
24
@end
25
NS_ASSUME_NONNULL_END
BMKGroundOverlay
该类用于定义一个图片图层
Definition:
BMKGroundOverlay.h:16
BMKOverlayGLBasicView.h
BMKGroundOverlayView::groundOverlay
BMKGroundOverlay * groundOverlay
该View对应的ground数据对象
Definition:
BMKGroundOverlayView.h:22
BMKGroundOverlay.h
BMKGroundOverlayView
该类用于定义一个BMKGroundOverlayView
Definition:
BMKGroundOverlayView.h:15
BMKOverlayGLBasicView
该类定义了一个用opengl绘制的OverlayView的基类,如果需要用gdi进行绘制请继承于BMKOverlayPathView类
Definition:
BMKOverlayGLBasicView.h:14
制作者
1.8.20