大地曲线
More...
#import <MAGeodesicPolyline.h>
◆ polylineWithCoordinates:count:()
+ (instancetype) polylineWithCoordinates: |
|
(CLLocationCoordinate2D *) |
coords |
count: |
|
(NSUInteger) |
count |
|
|
| |
根据经纬度生成大地曲线
- Parameters
-
- Returns
- 生成的大地曲线
Implements MAPolyline.
◆ polylineWithPoints:count:()
+ (instancetype) polylineWithPoints: |
|
(MAMapPoint *) |
points |
count: |
|
(NSUInteger) |
count |
|
|
| |
根据MAMapPoints生成大地曲线
- Parameters
-
points | MAMapPoint点 |
count | 点的个数 |
- Returns
- 生成的大地曲线
Implements MAPolyline.
◆ setPolylineWithCoordinates:count:()
- (BOOL) setPolylineWithCoordinates: |
|
(CLLocationCoordinate2D *) |
coords |
count: |
|
(NSInteger) |
count |
|
|
| |
重新设置坐标点. since 5.0.0
- Parameters
-
coords | 指定的经纬度坐标点数组,C数组,内部会做copy,调用者负责内存管理 |
count | 坐标点的个数 |
- Returns
- 是否设置成功
Implements MAPolyline.
◆ setPolylineWithPoints:count:()
- (BOOL) setPolylineWithPoints: |
|
(MAMapPoint *) |
points |
count: |
|
(NSInteger) |
count |
|
|
| |
重新设置坐标点. since 5.0.0
- Parameters
-
points | 指定的直角坐标点数组,C数组,内部会做copy,调用者负责内存管理。 |
count | 坐标点的个数 |
- Returns
- 是否设置成功
Implements MAPolyline.
The documentation for this class was generated from the following file: