高德地图SDK(导航)  V11.1.000
MAMultiPoint.h
Go to the documentation of this file.
1 //
2 // MAMultiPoint.h
3 // MAMapKit
4 //
5 //
6 // Copyright (c) 2011年 Amap. All rights reserved.
7 //
8 
9 #import "MAConfig.h"
10 #import <Foundation/Foundation.h>
11 #import "MAShape.h"
12 #import "MAGeometry.h"
13 
16 @interface MAMultiPoint : MAShape
17 
20 @property (nonatomic, readonly) MAMapPoint *points;
21 
24 @property (nonatomic, readonly) NSUInteger pointCount;
25 
28 @property (nonatomic, assign, readonly) BOOL cross180Longitude;
29 
38 - (void)getCoordinates:(CLLocationCoordinate2D *)coords range:(NSRange)range;
39 
40 @end
Definition: MAMultiPoint.h:17
MAMapPoint * points
Definition: MAMultiPoint.h:20
BOOL cross180Longitude
Definition: MAMultiPoint.h:28
NSUInteger pointCount
Definition: MAMultiPoint.h:24
Definition: MAShape.h:16
Definition: MAGeometry.h:42
© 2017 高德信息技术有限公司 版权所有,保留所有权利。