iOS高德地图SDK(3D)  V7.5.0
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 
16 @interface MAArc : MAShape <MAOverlay>
17 
19 @property (nonatomic, assign) CLLocationCoordinate2D startCoordinate;
20 
22 @property (nonatomic, assign) CLLocationCoordinate2D passedCoordinate;
23 
25 @property (nonatomic, assign) CLLocationCoordinate2D endCoordinate;
26 
28 @property (nonatomic, readonly) MAMapRect boundingMapRect;
29 
37 + (instancetype)arcWithStartCoordinate:(CLLocationCoordinate2D)startCoordinate
38  passedCoordinate:(CLLocationCoordinate2D)passedCoordinate
39  endCoordinate:(CLLocationCoordinate2D)endCoordinate;
40 
41 @end
42 
43 #endif
CLLocationCoordinate2D passedCoordinate
途径点经纬度坐标,无效坐标按照{0,0}处理
Definition: MAArc.h:22
CLLocationCoordinate2D endCoordinate
终点经纬度坐标,无效坐标按照{0,0}处理
Definition: MAArc.h:25
CLLocationCoordinate2D startCoordinate
起点经纬度坐标,无效坐标按照{0,0}处理
Definition: MAArc.h:19
该类用于定义一个圆弧, 通常MAArc是MAArcRenderer的model
Definition: MAArc.h:16
平面投影矩形结构定义
Definition: MAGeometry.h:50
该类为一个抽象类,定义了基于MAAnnotation的MAShape类的基本属性和行为,不能直接使用,必须子类化之后才能...
Definition: MAShape.h:14
MAMapRect boundingMapRect
该圆弧的外接MapRect
Definition: MAArc.h:28
© 2017 高德信息技术有限公司 版权所有,保留所有权利。