iOS高德地图SDK(3D)  V7.5.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 "MAConfig.h"
10 #import "MAAnnotation.h"
11 #import "MAGeometry.h"
12 
14 @protocol MAOverlay <MAAnnotation>
15 @required
16 
18 @property (nonatomic, readonly) CLLocationCoordinate2D coordinate;
19 
21 @property (nonatomic, readonly) MAMapRect boundingMapRect;
22 
23 @end
平面投影矩形结构定义
Definition: MAGeometry.h:50
© 2017 高德信息技术有限公司 版权所有,保留所有权利。