IndoorMapSDK
室内地图SDK参考文档
 全部  函数 变量 属性
OIMOverlay.h
1 //
2 // OIMOverlay.h
3 // OIMMapKit
4 //
5 //
6 // Copyright (c) 2011年 Autonavi Inc. All rights reserved.
7 //
8 
9 #import "OIMAnnotation.h"
10 #import "OIMGeometry.h"
11 #import "OIMShape.h"
12 
16 @interface OIMOverlay : OIMShape
17 
19 // @brief 返回区域中心坐标.
20 // */
21 //@property (nonatomic, readonly) OIMCoordinate coordinate;
22 
26 @property (nonatomic, readonly) OIMMapRect boundingMapRect;
27 
28 
29 @property (nonatomic, strong)NSString* overlayId;
30 
31 @end