onPointClick
boolean onPointClick(MultiPointItem pointItem)
海量点中某一点被点击时回调此方法。
This method is called back when a point in the mass points is clicked.
- 参数:
pointItem - 包含海量点中其中某一点的信息。
Contains information about a specific point in the mass points.
- 返回:
- true 返回true表示该点击事件已被处理,不再往下传递(如底图点击不会被触发),返回false则继续往下传递。
Returning true indicates that the click event has been handled and will not be passed further (e.g., the base map click will not be triggered), returning false will continue to pass it down.
- 从以下版本开始:
- 5.1.0