海量点
BmPointCollection
属性
属性名 | 类型 | 默认值 | 描述 |
---|---|---|---|
points | Array[Point] | [] | 地图上展示的点坐标集合 |
shape | ShapeType | BMAP_POINT_SHAPE_CIRCLE | 坐标点形状 |
size | SizeType | BMAP_POINT_SIZE_NORMAL | 坐标点尺寸 |
color | String | 坐标点颜色 |
事件
事件名 | 参数 | 描述 |
---|---|---|
click | event{currentTarget, point, returnValue, target, type} | 点击坐标点后会触发此事件 |
mouseout | event{currentTarget, point, returnValue, target, type} | 鼠标离开坐标点时触发此事件 |
mouseover | event{currentTarget, point, returnValue, target, type} | 当鼠标进入坐标点区域时会触发此事件 |