becomap 1.5.59 → 1.5.62
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/lib/becomap.js +1 -1
- package/lib/index.d.ts +5 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -59,6 +59,11 @@ export interface BCMapFloor {
|
|
|
59
59
|
* @returns {string} - The name of the map.
|
|
60
60
|
*/
|
|
61
61
|
get name(): string;
|
|
62
|
+
/**
|
|
63
|
+
* defauilt view port for the floor.
|
|
64
|
+
* @returns {BCMapViewOptions} - The viewPort of the map.
|
|
65
|
+
*/
|
|
66
|
+
get viewPort(): BCMapViewOptions;
|
|
62
67
|
/**
|
|
63
68
|
* Elevation value.
|
|
64
69
|
* @returns {number} - The elevation of floor on the map.
|