mirage2d 1.1.91 → 1.1.92
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.
- package/dist/Layer/XMap.d.ts +5 -0
- package/dist/base/MapEventType.d.ts +2 -1
- package/dist/mirage2d.cjs.js +37 -37
- package/dist/mirage2d.umd.js +37 -37
- package/package.json +1 -1
package/dist/Layer/XMap.d.ts
CHANGED
|
@@ -170,6 +170,11 @@ export declare class MirageMap extends baseMap {
|
|
|
170
170
|
*/
|
|
171
171
|
setMapCursor(val: string): void;
|
|
172
172
|
/**
|
|
173
|
+
* @description: 设置地图旋转
|
|
174
|
+
* @param {number} val 角度值
|
|
175
|
+
*/
|
|
176
|
+
setRotation(val: number): void;
|
|
177
|
+
/**
|
|
173
178
|
* @description: 显示/隐藏基础底图
|
|
174
179
|
* @param {boolean} enabled
|
|
175
180
|
*/
|