egovamap 0.35.63 → 0.35.65

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.
@@ -2742,7 +2742,8 @@ var EGovaGISMap = function (
2742
2742
  options.y,
2743
2743
  options.radius,
2744
2744
  options.symbolUrl,
2745
- options.speed
2745
+ options.speed,
2746
+ options.option | {}
2746
2747
  );
2747
2748
  };
2748
2749
  /**
@@ -118,7 +118,9 @@ var egovamapMEx = function (gisMobileMap) {
118
118
  "xkSetTraceStatus",
119
119
  "UpdateMapSize",
120
120
  "setTraceHisGradientTotalTime",
121
- "setTraceHisGradientRun"
121
+ "setTraceHisGradientRun",
122
+ "showMultiObjectCurrentPositionClusterByLevel",
123
+ "highLightMultiObjectCurrentPositionClusterByLevel"
122
124
  ];
123
125
  methodEx = methodEx.concat(methodBusEx);
124
126
  for (let index = 0; index < methodEx.length; index++) {
@@ -422,7 +422,9 @@ var EGovaMobileMap = function (
422
422
  "xkSetTraceStatus",
423
423
  "UpdateMapSize",
424
424
  "setTraceHisGradientTotalTime",
425
- "setTraceHisGradientRun"
425
+ "setTraceHisGradientRun",
426
+ "showMultiObjectCurrentPositionClusterByLevel",
427
+ "highLightMultiObjectCurrentPositionClusterByLevel"
426
428
  ];
427
429
  methodEx = methodEx.concat(methodBusEx);
428
430
  for (let index = 0; index < methodEx.length; index++) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.35.63",
3
+ "version": "0.35.65",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {