becomap 1.4.93 → 1.4.95

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/index.d.ts CHANGED
@@ -459,6 +459,12 @@ export interface BCLocation {
459
459
  * @returns BCMapFloor instance.
460
460
  */
461
461
  get floor(): BCMapFloor;
462
+ /**
463
+ * Sort order number represent the sort order for the location.
464
+ *
465
+ * @returns sort order
466
+ */
467
+ get sortOrder(): number;
462
468
  /**
463
469
  * Checks if this location is equal to another location.
464
470
  * @param location The location to compare against.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "becomap",
3
- "version": "1.4.93",
3
+ "version": "1.4.95",
4
4
  "description": "we lib to display becomap",
5
5
  "main": "lib/becomap.js",
6
6
  "module": "lib/becomap.js",