| BaiduMap_IOSSDK_v6.6.5_Docs 6.6.5
    | 
#include <BMKMultiPointOverlay.h>
 
  
| 构造函数 | |
| (BOOL) | - setMultiPointOverlayWithMultiPointItems: | 
|  构造函数 继承自 BMKMultiPoint | |
| (void) | - getCoordinates:range: | 
|  构造函数 继承自 <BMKAnnotation> | |
| (NSString *) | - title | 
| 获取annotation标题 | |
| (NSString *) | - subtitle | 
| 获取annotation副标题 | |
| (void) | - setCoordinate: | 
|  构造函数 继承自 <BMKOverlay> | |
| (BOOL) | - intersectsMapRect: | 
| 类方法 | |
| (instancetype) | + multiPointOverlayWithMultiPointItems: | 
| Protected 属性 | |
| BMKMapRect | _boundingMapRect | 
|  Protected 属性 继承自 BMKMultiPoint | |
| package BMKMapPoint * | _points | 
| NSUInteger | _pointCount | 
| BMKMapRect | _boundingRect | 
| 属性 | |
| NSArray< BMKMultiPointItem * > * | items | 
| 点对象集合 | |
|  属性 继承自 BMKMultiPoint | |
| BMKMapPoint * | points | 
| 坐标点数组 | |
| NSUInteger | pointCount | 
| 坐标点的个数 | |
|  属性 继承自 BMKShape | |
| NSString * | title | 
| 要显示的标题;注意:如果不设置title,无法点击annotation,也无法使用回调函数; | |
| NSString * | subtitle | 
| 要显示的副标题 | |
|  属性 继承自 <BMKAnnotation> | |
| CLLocationCoordinate2D | coordinate | 
| 标注view中心坐标. | |
|  属性 继承自 <BMKOverlay> | |
| CLLocationCoordinate2D | coordinate | 
| 返回区域中心坐标. | |
| BMKMapRect | boundingMapRect | 
| 返回区域外接矩形 | |
| + (instancetype) multiPointOverlayWithMultiPointItems: | (NSArray< BMKMultiPointItem * > *) | items | 
根据指定坐标点生成海量点图层(since 6.4.0)
| items | 指定的点对象集合 | 
| - (BOOL) setMultiPointOverlayWithMultiPointItems: | (NSArray< BMKMultiPointItem * > *) | items | 
重新设置海量点坐标
| items | 指定的点对象集合 | 
| 
 | protected | 
| 
 | readnonatomiccopy | 
点对象集合