diff --git a/packages/uni-app-plus/dist/index.v3.js b/packages/uni-app-plus/dist/index.v3.js index fd2ae5e1e073215fc5bac65593b2f4f256c374bc..f58d17dbf7675121d5f069b13f96d953efc36cee 100644 --- a/packages/uni-app-plus/dist/index.v3.js +++ b/packages/uni-app-plus/dist/index.v3.js @@ -10362,7 +10362,7 @@ var serviceContext = (function () { callback.invoke(callbackId, data); }); - const methods = ['getCenterLocation', 'translateMarker', 'getScale', 'getRegion']; + const methods = ['getCenterLocation', 'getScale', 'getRegion']; class MapContext { constructor (id, pageVm) { @@ -10376,6 +10376,10 @@ var serviceContext = (function () { includePoints (args) { operateMapPlayer$3(this.id, this.pageVm, 'includePoints', args); + } + + translateMarker (args) { + operateMapPlayer$3(this.id, this.pageVm, 'translateMarker', args); } }