iOS高德地图SDK(2D)
v5.6.0
|
该类是个由多个点组成的虚基类, 不能直接实例化对象, 要使用其子类MAPolyline,MAPolygon来实例化 More...
#import <MAMultiPoint.h>
Instance Methods | |
(void) | - getCoordinates:range: |
将内部的坐标点数据转化为经纬度坐标并拷贝到coords内存中 More... | |
Properties | |
MAMapPoint * | points |
坐标点数组 More... | |
NSUInteger | pointCount |
坐标点的个数 More... | |
![]() | |
NSString * | title |
标题 More... | |
NSString * | subtitle |
副标题 More... | |
该类是个由多个点组成的虚基类, 不能直接实例化对象, 要使用其子类MAPolyline,MAPolygon来实例化
- (void) getCoordinates: | (CLLocationCoordinate2D *) | coords | |
range: | (NSRange) | range | |
将内部的坐标点数据转化为经纬度坐标并拷贝到coords内存中
coords | 调用者提供的内存空间, 该空间长度必须大于等于要拷贝的坐标点的个数(range.length) |
range | 要拷贝的数据范围 |
|
readnonatomicassign |
坐标点的个数
|
readnonatomicassign |
坐标点数组