高德地图SDK(导航)  V11.1.000
MAGeodesicPolyline.h
Go to the documentation of this file.
1 //
2 // MAGeodesicPolyline.h
3 // MapKit_static
4 //
5 // Created by songjian on 13-10-23.
6 // Copyright © 2016 Amap. All rights reserved.
7 
8 #import "MAConfig.h"
9 
10 #if MA_INCLUDE_OVERLAY_GEODESIC
11 
12 #import "MAPolyline.h"
13 
17 
28 + (instancetype)polylineWithPoints:(MAMapPoint *)points count:(NSUInteger)count;
29 
40 + (instancetype)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
41 
52 - (BOOL)setPolylineWithPoints:(MAMapPoint *)points count:(NSInteger)count;
53 
64 - (BOOL)setPolylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSInteger)count;
65 
66 @end
67 
68 #endif
Definition: MAGeodesicPolyline.h:17
Definition: MAPolyline.h:15
Definition: MAGeometry.h:42
© 2017 高德信息技术有限公司 版权所有,保留所有权利。