iOS高德地图SDK(2D)  v5.6.0
MAGeodesicPolyline Class Reference

大地曲线 More...

#import <MAGeodesicPolyline.h>

Inheritance diagram for MAGeodesicPolyline:
MAPolyline MAMultiPoint MAShape

Class Methods

(instancetype) + polylineWithPoints:count:
 根据map point数据生成Geodesic More...
 
(instancetype) + polylineWithCoordinates:count:
 根据经纬度坐标数据生成Geodesic More...
 

Additional Inherited Members

- Instance Methods inherited from MAMultiPoint
(void) - getCoordinates:range:
 将内部的坐标点数据转化为经纬度坐标并拷贝到coords内存中 More...
 
- Properties inherited from MAMultiPoint
MAMapPointpoints
 坐标点数组 More...
 
NSUInteger pointCount
 坐标点的个数 More...
 
- Properties inherited from MAShape
NSString * title
 标题 More...
 
NSString * subtitle
 副标题 More...
 

Detailed Description

大地曲线

Method Documentation

◆ polylineWithCoordinates:count:()

+ (instancetype) polylineWithCoordinates: (CLLocationCoordinate2D *)  coords
count: (NSUInteger)  count 

根据经纬度坐标数据生成Geodesic

Parameters
coords经纬度坐标数据,coords对应的内存会拷贝,调用者负责该内存的释放
count经纬度坐标个数
Returns
生成的Geodesic

Implements MAPolyline.

◆ polylineWithPoints:count:()

+ (instancetype) polylineWithPoints: (MAMapPoint *)  points
count: (NSUInteger)  count 

根据map point数据生成Geodesic

Parameters
pointsmapPoint数据,points对应的内存会拷贝,调用者负责该内存的释放
countmapPoint个数
Returns
生成的Geodesic

Implements MAPolyline.


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