@morjs/runtime-web
Version:
mor runtime for web
19 lines • 523 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
createMapContext(id) {
return window[`__AMAP_CONTENT_${id.toUpperCase()}`];
},
getMapInfo({ success }) {
success &&
success({
is3d: false,
isSupportAnim: false,
sdkName: '',
sdkVersion: '',
isSupportOversea: false,
needStyleV7: false
});
}
};
//# sourceMappingURL=map.js.map