|
iOS高德轻量版地图SDK
1.2.0
|
该类是个由多个点组成的虚基类, 不能直接实例化对象, 要使用其子类MAPolyline,MAPolygon来实例化 More...
#import <MAMultiPoint.h>
Instance Methods | |
| (void) | - getCoordinates:range: |
| 将内部的坐标点数据转化为经纬度坐标并拷贝到coords内存中 More... | |
Instance Methods inherited from <MAAnnotation> | |
| (void) | - setCoordinate: |
| 设置标注的坐标,在拖拽时会被调用. More... | |
Protected Attributes | |
| package MAMapPoint * | _points |
| NSUInteger | _pointCount |
| MAMapRect | _boundingRect |
Properties | |
| MAMapPoint * | points |
| 坐标点数组 More... | |
| NSUInteger | pointCount |
| 坐标点的个数 More... | |
| BOOL | cross180Longitude |
| 是否跨越180度经度线,默认NO 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... | |
该类是个由多个点组成的虚基类, 不能直接实例化对象, 要使用其子类MAPolyline,MAPolygon来实例化
| - (void) getCoordinates: | (CLLocationCoordinate2D *) | coords | |
| range: | (NSRange) | range | |
将内部的坐标点数据转化为经纬度坐标并拷贝到coords内存中
| coords | 调用者提供的内存空间, 该空间长度必须大于等于要拷贝的坐标点的个数(range.length) |
| range | 要拷贝的数据范围 |
|
protected |
|
protected |
|
protected |
|
readnonatomicassign |
是否跨越180度经度线,默认NO
|
readnonatomicassign |
坐标点的个数
|
readnonatomicassign |
坐标点数组