高德地图SDK(导航)  V11.1.000
MAMultiPolyline.h
Go to the documentation of this file.
1 //
2 // MAMultiPolyline.h
3 // MapKit_static
4 //
5 // Created by yi chen on 12/11/15.
6 // Copyright © 2016 Amap. All rights reserved.
7 //
8 
9 #import "MAConfig.h"
10 #if MA_INCLUDE_OVERLAY_MAMultiPolyline
11 
12 #import "MAPolyline.h"
13 
17 
34 @property (nonatomic, strong) NSArray<NSNumber *> *drawStyleIndexes;
35 
54 + (instancetype)polylineWithPoints:(MAMapPoint *)points count:(NSUInteger)count drawStyleIndexes:(NSArray<NSNumber *> *) drawStyleIndexes;
55 
74 + (instancetype)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count drawStyleIndexes:(NSArray<NSNumber *> *) drawStyleIndexes;
75 
88 - (BOOL)setPolylineWithPoints:(MAMapPoint *)points
89  count:(NSUInteger)count
90  drawStyleIndexes:(NSArray<NSNumber *> *)drawStyleIndexes;
91 
104 - (BOOL)setPolylineWithCoordinates:(CLLocationCoordinate2D *)coords
105  count:(NSUInteger)count
106  drawStyleIndexes:(NSArray<NSNumber *> *)drawStyleIndexes;
107 
108 @end
109 
110 #endif
MAMapPoint * points
Definition: MAMultiPoint.h:20
Definition: MAMultiPolyline.h:17
NSArray< NSNumber * > * drawStyleIndexes
Definition: MAMultiPolyline.h:34
Definition: MAPolyline.h:15
Definition: MAGeometry.h:42
© 2017 高德信息技术有限公司 版权所有,保留所有权利。