egovamap 0.35.10 → 0.35.11

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.
@@ -112,7 +112,8 @@ var egovamapMEx = function (gisMobileMap) {
112
112
  'closexkRealTimeTrace',
113
113
  "initxkTrace",
114
114
  "xkMoveTraceByTime",
115
- "xkSetTraceStatus"
115
+ "xkSetTraceStatus",
116
+ "UpdateMapSize",
116
117
  ];
117
118
  methodEx = methodEx.concat(methodBusEx);
118
119
  for (let index = 0; index < methodEx.length; index++) {
@@ -415,7 +415,8 @@ var EGovaMobileMap = function (
415
415
  "closexkRealTimeTrace",
416
416
  "initxkTrace",
417
417
  "xkMoveTraceByTime",
418
- "xkSetTraceStatus"
418
+ "xkSetTraceStatus",
419
+ "UpdateMapSize",
419
420
  ];
420
421
  methodEx = methodEx.concat(methodBusEx);
421
422
  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.10",
3
+ "version": "0.35.11",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {