iOS高德轻量版地图SDK  1.2.0
MAPolyline.h
Go to the documentation of this file.
1 //
2 // MAPolyline.h
3 // MAMapKit
4 //
5 //
6 // Copyright (c) 2011年 Amap. All rights reserved.
7 //
8 
9 #import "MAMultiPoint.h"
10 #import "MAOverlay.h"
11 
14 
21 + (instancetype)polylineWithPoints:(MAMapPoint *)points count:(NSUInteger)count;
22 
29 + (instancetype)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
30 
37 - (BOOL)setPolylineWithPoints:(MAMapPoint *)points count:(NSInteger)count;
38 
45 - (BOOL)setPolylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSInteger)count;
46 
47 @end
MAPolyline
此类用于定义一个由多个点相连的多段线,点与点之间尾部相连但第一点与最后一个点不相连, 通常MAPolyline是MAPolylineRender的model
Definition: MAPolyline.h:13
MAMultiPoint.h
MAMultiPoint
该类是个由多个点组成的虚基类, 不能直接实例化对象, 要使用其子类MAPolyline,MAPolygon来实例化
Definition: MAMultiPoint.h:14
MAOverlay-p
该类是地图覆盖物的基类,所有地图的覆盖物需要继承自此类
Definition: MAOverlay.h:13
MAOverlay.h
MAMapPoint
平面投影坐标结构定义
Definition: MAGeometry.h:37
© 2020 高德信息技术有限公司版权所有,保留所有权利。