高德地图SDK(导航) V10.0.900
Loading...
Searching...
No Matches
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
18@property (nonatomic, readonly) MAMapPoint *points;
19
21@property (nonatomic, readonly) NSUInteger pointCount;
22
24@property (nonatomic, assign, readonly) BOOL cross180Longitude;
25
31- (void)getCoordinates:(CLLocationCoordinate2D *)coords range:(NSRange)range;
32
33@end
该类是个由多个点组成的虚基类, 不能直接实例化对象, 要使用其子类MAPolyline,MAPolygon来实例化
Definition MAMultiPoint.h:16
MAMapPoint * points
坐标点数组
Definition MAMultiPoint.h:18
BOOL cross180Longitude
是否跨越180度经度线,默认NO since 6.4.0
Definition MAMultiPoint.h:24
NSUInteger pointCount
坐标点的个数
Definition MAMultiPoint.h:21
该类为一个抽象类,定义了基于MAAnnotation的MAShape类的基本属性和行为,不能直接使用,必须子类化之后才能使用
Definition MAShape.h:15
平面投影坐标结构定义
Definition MAGeometry.h:38
© 2017 高德信息技术有限公司 版权所有,保留所有权利。