高德地图SDK(导航)  V11.1.000
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 "MAConfig.h"
10 #import "MAMultiPoint.h"
11 #import "MAOverlay.h"
12 
16 
27 + (instancetype)polylineWithPoints:(MAMapPoint *)points count:(NSUInteger)count;
28 
39 + (instancetype)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
40 
51 - (BOOL)setPolylineWithPoints:(MAMapPoint *)points count:(NSInteger)count;
52 
63 - (BOOL)setPolylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSInteger)count;
64 
65 @end
Definition: MAMultiPoint.h:17
Definition: MAPolyline.h:15
Definition: MAOverlay.h:15
Definition: MAGeometry.h:42
© 2017 高德信息技术有限公司 版权所有,保留所有权利。