高德地图SDK(导航)  V7.7.0
MAPolyline Class Reference

此类用于定义一个由多个点相连的多段线,点与点之间尾部相连但第一点与最后一个点不相连, 通常MAPolyline是MAPolylineView的model More...

#import <MAPolyline.h>

Inheritance diagram for MAPolyline:
MAMultiPoint <MAOverlay> MAShape <MAAnnotation> <MAAnnotation> MAGeodesicPolyline MAMultiPolyline

Instance Methods

(BOOL) - setPolylineWithPoints:count:
 重新设置折线坐标点. since 5.0.0 More...
 
(BOOL) - setPolylineWithCoordinates:count:
 重新设置折线坐标点. since 5.0.0 More...
 
- Instance Methods inherited from MAMultiPoint
(void) - getCoordinates:range:
 将内部的坐标点数据转化为经纬度坐标并拷贝到coords内存中 More...
 
- Instance Methods inherited from <MAAnnotation>
(void) - setCoordinate:
 设置标注的坐标,在拖拽时会被调用. More...
 

Class Methods

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

Additional Inherited Members

- Protected Attributes inherited from MAMultiPoint
package MAMapPoint_points
 
NSUInteger _pointCount
 
MAMapRect _boundingRect
 
- Protected Attributes inherited from MAShape
NSString * _title
 标题 More...
 
NSString * _subtitle
 副标题 More...
 
- Properties inherited from MAMultiPoint
MAMapPointpoints
 坐标点数组 More...
 
NSUInteger pointCount
 坐标点的个数 More...
 
BOOL cross180Longitude
 是否跨越180度经度线,默认NO since 6.4.0 More...
 
- Properties inherited from MAShape
NSString * title
 标题 More...
 
NSString * subtitle
 副标题 More...
 
- Properties inherited from <MAAnnotation>
CLLocationCoordinate2D coordinate
 标注view中心坐标 More...
 
NSString * title
 annotation标题 More...
 
NSString * subtitle
 annotation副标题 More...
 
- Properties inherited from <MAOverlay>
CLLocationCoordinate2D coordinate
 返回区域中心坐标 More...
 
MAMapRect boundingMapRect
 区域外接矩形 More...
 

Detailed Description

此类用于定义一个由多个点相连的多段线,点与点之间尾部相连但第一点与最后一个点不相连, 通常MAPolyline是MAPolylineView的model

Method Documentation

◆ polylineWithCoordinates:count:

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

根据经纬度坐标数据生成多段线

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

Implemented in MAGeodesicPolyline.

◆ polylineWithPoints:count:

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

根据map point数据生成多段线

Parameters
pointsmap point数据,points对应的内存会拷贝,调用者负责该内存的释放
countmap point个数
Returns
生成的多段线

Implemented in MAGeodesicPolyline.

◆ setPolylineWithCoordinates:count:

- (BOOL) setPolylineWithCoordinates: (CLLocationCoordinate2D *)  coords
count: (NSInteger)  count 

重新设置折线坐标点. since 5.0.0

Parameters
coords指定的经纬度坐标点数组, C数组,内部会做copy,调用者负责内存管理
count坐标点的个数
Returns
是否设置成功

Implemented in MAGeodesicPolyline.

◆ setPolylineWithPoints:count:

- (BOOL) setPolylineWithPoints: (MAMapPoint *)  points
count: (NSInteger)  count 

重新设置折线坐标点. since 5.0.0

Parameters
points指定的直角坐标点数组, C数组,内部会做copy,调用者负责内存管理
count坐标点的个数
Returns
是否设置成功

Implemented in MAGeodesicPolyline.


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