@aibee/crc-bmap 0.13.0 → 0.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ export declare class CollisionSystem {
24
24
  /**
25
25
  * 批量移除
26
26
  */
27
- removeObjects(pois: Poi2[]): void;
27
+ removeObjects(pois: Poi2[], disposed?: boolean): void;
28
28
  /**
29
29
  * 根据ID获取对象(如果对象有id属性)
30
30
  * @param id 对象ID
@@ -9,7 +9,7 @@ export declare class PoiLayer2 extends Layer {
9
9
  active: boolean;
10
10
  sceneType: AddSceneType;
11
11
  constructor(context: Context);
12
- clear(): this;
12
+ clear(disposed?: boolean): this;
13
13
  createPoi(options: PoiOptionsParam2): Poi2;
14
14
  removePoi(poi: Poi2): void;
15
15
  removePoiById(id: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aibee/crc-bmap",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "lib/index.esm.min.js",