BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
|
该类定义多个点,是个由多个点组成的虚基类, 不能直接实例化对象, 要使用其子类BMKPolyline,BMKPolygon来实例化 更多...
#include <BMKMultiPoint.h>
构造函数 | |
(void) | - getCoordinates:range: |
构造函数 继承自 <BMKAnnotation> | |
(NSString *) | - title |
获取annotation标题 | |
(NSString *) | - subtitle |
获取annotation副标题 | |
(void) | - setCoordinate: |
Protected 属性 | |
package BMKMapPoint * | _points |
NSUInteger | _pointCount |
BMKMapRect | _boundingRect |
属性 | |
BMKMapPoint * | points |
坐标点数组 | |
NSUInteger | pointCount |
坐标点的个数 | |
属性 继承自 BMKShape | |
NSString * | title |
要显示的标题;注意:如果不设置title,无法点击annotation,也无法使用回调函数; | |
NSString * | subtitle |
要显示的副标题 | |
属性 继承自 <BMKAnnotation> | |
CLLocationCoordinate2D | coordinate |
标注view中心坐标. | |
该类定义多个点,是个由多个点组成的虚基类, 不能直接实例化对象, 要使用其子类BMKPolyline,BMKPolygon来实例化
- (void) getCoordinates: | (CLLocationCoordinate2D *) | coords | |
range: | (NSRange) | range |
将内部的直角坐标数据转换为经纬度坐标点数据,并拷贝到指定的数组中
coords | 经纬度坐标数组,转换后的坐标将存储到该数组中,该数组长度必须大于等于要拷贝的坐标点的个数(range.length) |
range | 指定要拷贝的数据段 |
|
protected |
|
protected |
|
protected |
|
readnonatomicassign |
坐标点的个数
|
readnonatomicassign |
坐标点数组