iOS高德地图SDK(3D)  V7.5.0
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 
15 @interface MAMultiPoint : MAShape {
16  @package
17  MAMapPoint *_points;
18  NSUInteger _pointCount;
20 }
21 
23 @property (nonatomic, readonly) MAMapPoint *points;
24 
26 @property (nonatomic, readonly) NSUInteger pointCount;
27 
29 @property (nonatomic, assign, readonly) BOOL cross180Longitude;
30 
36 - (void)getCoordinates:(CLLocationCoordinate2D *)coords range:(NSRange)range;
37 
38 @end
平面投影坐标结构定义
Definition: MAGeometry.h:38
该类是个由多个点组成的虚基类, 不能直接实例化对象, 要使用其子类MAPolyline,MAPolygon来实例化 ...
Definition: MAMultiPoint.h:15
BOOL cross180Longitude
是否跨越180度经度线,默认NO since 6.4.0
Definition: MAMultiPoint.h:29
NSUInteger _pointCount
Definition: MAMultiPoint.h:18
NSUInteger pointCount
坐标点的个数
Definition: MAMultiPoint.h:26
平面投影矩形结构定义
Definition: MAGeometry.h:50
MAMapPoint * points
坐标点数组
Definition: MAMultiPoint.h:23
该类为一个抽象类,定义了基于MAAnnotation的MAShape类的基本属性和行为,不能直接使用,必须子类化之后才能...
Definition: MAShape.h:14
MAMapRect _boundingRect
Definition: MAMultiPoint.h:19
© 2017 高德信息技术有限公司 版权所有,保留所有权利。