iOS高德地图SDK(3D)  V7.5.0
MAArc Class Reference

该类用于定义一个圆弧, 通常MAArc是MAArcRenderer的model More...

#import <MAArc.h>

Inheritance diagram for MAArc:
MAShape

Class Methods

(instancetype) + arcWithStartCoordinate:passedCoordinate:endCoordinate:
 根据起点、途经点和终点生成圆弧 More...
 

Properties

CLLocationCoordinate2D startCoordinate
 起点经纬度坐标,无效坐标按照{0,0}处理 More...
 
CLLocationCoordinate2D passedCoordinate
 途径点经纬度坐标,无效坐标按照{0,0}处理 More...
 
CLLocationCoordinate2D endCoordinate
 终点经纬度坐标,无效坐标按照{0,0}处理 More...
 
MAMapRect boundingMapRect
 该圆弧的外接MapRect More...
 
- Properties inherited from MAShape
NSString * title
 标题 More...
 
NSString * subtitle
 副标题 More...
 

Additional Inherited Members

- Protected Attributes inherited from MAShape
NSString * _title
 标题 More...
 
NSString * _subtitle
 副标题 More...
 

Detailed Description

该类用于定义一个圆弧, 通常MAArc是MAArcRenderer的model

Method Documentation

◆ arcWithStartCoordinate:passedCoordinate:endCoordinate:()

+ (instancetype) arcWithStartCoordinate: (CLLocationCoordinate2D)  startCoordinate
passedCoordinate: (CLLocationCoordinate2D)  passedCoordinate
endCoordinate: (CLLocationCoordinate2D)  endCoordinate 

根据起点、途经点和终点生成圆弧

Parameters
startCoordinate起点的经纬度坐标,无效坐标按照{0,0}处理
passedCoordinate途径点的经纬度坐标,无效坐标按照{0,0}处理
endCoordinate终点的经纬度坐标,无效坐标按照{0,0}处理
Returns
新生成的圆弧

Property Documentation

◆ boundingMapRect

- (MAMapRect) boundingMapRect
readnonatomicassign

该圆弧的外接MapRect

◆ endCoordinate

- (CLLocationCoordinate2D) endCoordinate
readwritenonatomicassign

终点经纬度坐标,无效坐标按照{0,0}处理

◆ passedCoordinate

- (CLLocationCoordinate2D) passedCoordinate
readwritenonatomicassign

途径点经纬度坐标,无效坐标按照{0,0}处理

◆ startCoordinate

- (CLLocationCoordinate2D) startCoordinate
readwritenonatomicassign

起点经纬度坐标,无效坐标按照{0,0}处理


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。