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