高德地图SDK(导航)  V11.1.000
MAArc.h
Go to the documentation of this file.
1 //
2 // MAArc.h
3 // MAMapKit
4 //
5 // Created by liubo on 2018/4/10.
6 // Copyright © 2018年 Amap. All rights reserved.
7 //
8 
9 #import "MAConfig.h"
10 #if MA_INCLUDE_OVERLAY_ARC
11 
12 #import "MAShape.h"
13 #import "MAOverlay.h"
14 
17 @interface MAArc : MAShape <MAOverlay>
18 
21 @property (nonatomic, assign) CLLocationCoordinate2D startCoordinate;
22 
25 @property (nonatomic, assign) CLLocationCoordinate2D passedCoordinate;
26 
29 @property (nonatomic, assign) CLLocationCoordinate2D endCoordinate;
30 
43 + (instancetype)arcWithStartCoordinate:(CLLocationCoordinate2D)startCoordinate
44  passedCoordinate:(CLLocationCoordinate2D)passedCoordinate
45  endCoordinate:(CLLocationCoordinate2D)endCoordinate;
46 
47 @end
48 
49 #endif
Definition: MAArc.h:17
CLLocationCoordinate2D passedCoordinate
Definition: MAArc.h:25
CLLocationCoordinate2D endCoordinate
Definition: MAArc.h:29
CLLocationCoordinate2D startCoordinate
Definition: MAArc.h:21
Definition: MAShape.h:16
Definition: MAOverlay.h:15
© 2017 高德信息技术有限公司 版权所有,保留所有权利。