IndoorMapSDK
室内地图SDK参考文档
 全部  函数 变量 属性
OIMMultiPoint.h
1 //
2 // OIMMultiPoint.h
3 // OIMMapKit
4 //
5 //
6 // Copyright (c) 2011年 Autonavi Inc. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "OIMShape.h"
11 #import "OIMGeometry.h"
12 #import "OIMOverlay.h"
13 
17 @interface OIMMultiPoint : OIMOverlay
18 
22 @property (nonatomic, readonly) OIMPoint *points;
23 
27 @property (nonatomic, readonly) NSUInteger pointCount;
28 
34 - (void)getCoordinates:(CLLocationCoordinate2D *)coords range:(NSRange)range;
35 
36 @end
三维点坐标
Definition: OIMType.h:230