iOS高德轻量版地图SDK
1.2.0
MAOverlay.h
Go to the documentation of this file.
1
//
2
// MAOverlay.h
3
// MAMapKit
4
//
5
//
6
// Copyright (c) 2011年 Amap. All rights reserved.
7
//
8
9
#import "
MAAnnotation.h
"
10
#import "
MAGeometry.h
"
11
13
@protocol
MAOverlay
<
MAAnnotation
>
14
@required
15
17
@property
(nonatomic, readonly) CLLocationCoordinate2D
coordinate
;
18
20
@property
(nonatomic, readonly)
MAMapRect
boundingMapRect
;
21
22
@end
MAOverlay-p::boundingMapRect
MAMapRect boundingMapRect
区域外接矩形
Definition:
MAOverlay.h:20
MAGeometry.h
MAOverlay-p::coordinate
CLLocationCoordinate2D coordinate
返回区域中心坐标
Definition:
MAOverlay.h:17
MAAnnotation.h
MAMapRect
平面投影矩形结构定义
Definition:
MAGeometry.h:49
MAAnnotation-p
该类为标注点的protocol,提供了标注类的基本信息函数
Definition:
MAAnnotation.h:15
MAOverlay-p
该类是地图覆盖物的基类,所有地图的覆盖物需要继承自此类
Definition:
MAOverlay.h:13
© 2020 高德信息技术有限公司版权所有,保留所有权利。