10 #if MA_INCLUDE_OVERLAY_ARC 37 + (instancetype)arcWithStartCoordinate:(CLLocationCoordinate2D)startCoordinate
38 passedCoordinate:(CLLocationCoordinate2D)passedCoordinate
39 endCoordinate:(CLLocationCoordinate2D)endCoordinate;
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