提交 db091ab4 编写于 作者: Q qiang

build v3

上级 f1af0b5c
...@@ -10362,7 +10362,7 @@ var serviceContext = (function () { ...@@ -10362,7 +10362,7 @@ var serviceContext = (function () {
callback.invoke(callbackId, data); callback.invoke(callbackId, data);
}); });
const methods = ['getCenterLocation', 'translateMarker', 'getScale', 'getRegion']; const methods = ['getCenterLocation', 'getScale', 'getRegion'];
class MapContext { class MapContext {
constructor (id, pageVm) { constructor (id, pageVm) {
...@@ -10377,6 +10377,10 @@ var serviceContext = (function () { ...@@ -10377,6 +10377,10 @@ var serviceContext = (function () {
includePoints (args) { includePoints (args) {
operateMapPlayer$3(this.id, this.pageVm, 'includePoints', args); operateMapPlayer$3(this.id, this.pageVm, 'includePoints', args);
} }
translateMarker (args) {
operateMapPlayer$3(this.id, this.pageVm, 'translateMarker', args);
}
} }
MapContext.prototype.$getAppMap = function () { MapContext.prototype.$getAppMap = function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册