@mappedin/viewer 0.25.0 → 0.25.1-e5a0b7d.0
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/index.js +20278 -19973
- package/dist/types/src/lib/sdk/utils.d.ts +256 -256
- package/package.json +2 -2
|
@@ -27,7 +27,7 @@ export declare const isOneOf: <T extends {
|
|
|
27
27
|
"__#10@#private": any;
|
|
28
28
|
readonly __type: "space";
|
|
29
29
|
readonly name: string;
|
|
30
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
30
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
31
31
|
readonly description: string;
|
|
32
32
|
readonly images: import("@mappedin/mvf").Image[];
|
|
33
33
|
readonly floor: {
|
|
@@ -36,7 +36,7 @@ export declare const isOneOf: <T extends {
|
|
|
36
36
|
readonly name: string;
|
|
37
37
|
readonly elevation: number;
|
|
38
38
|
readonly spaces: any[];
|
|
39
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
39
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
40
40
|
readonly connections: {
|
|
41
41
|
"__#12@#private": any;
|
|
42
42
|
readonly __type: "connection";
|
|
@@ -277,7 +277,7 @@ export declare const isOneOf: <T extends {
|
|
|
277
277
|
toJSON(): {
|
|
278
278
|
id: string;
|
|
279
279
|
name: string;
|
|
280
|
-
type: import("@mappedin/mappedin-js/
|
|
280
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
281
281
|
floor: string;
|
|
282
282
|
center: {
|
|
283
283
|
latitude: number;
|
|
@@ -300,7 +300,7 @@ export declare const isOneOf: <T extends {
|
|
|
300
300
|
readonly id: string;
|
|
301
301
|
}[];
|
|
302
302
|
}[];
|
|
303
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
303
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
304
304
|
readonly connections: {
|
|
305
305
|
"__#12@#private": any;
|
|
306
306
|
readonly __type: "connection";
|
|
@@ -331,7 +331,7 @@ export declare const isOneOf: <T extends {
|
|
|
331
331
|
"__#10@#private": any;
|
|
332
332
|
readonly __type: "space";
|
|
333
333
|
readonly name: string;
|
|
334
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
334
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
335
335
|
readonly description: string;
|
|
336
336
|
readonly images: import("@mappedin/mvf").Image[];
|
|
337
337
|
readonly floor: any;
|
|
@@ -352,7 +352,7 @@ export declare const isOneOf: <T extends {
|
|
|
352
352
|
toJSON(): {
|
|
353
353
|
id: string;
|
|
354
354
|
name: string;
|
|
355
|
-
type: import("@mappedin/mappedin-js/
|
|
355
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
356
356
|
floor: string;
|
|
357
357
|
center: {
|
|
358
358
|
latitude: number;
|
|
@@ -375,7 +375,7 @@ export declare const isOneOf: <T extends {
|
|
|
375
375
|
readonly id: string;
|
|
376
376
|
}[];
|
|
377
377
|
}[];
|
|
378
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
378
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
379
379
|
readonly connections: any[];
|
|
380
380
|
readonly doors: {
|
|
381
381
|
"__#9@#private": any;
|
|
@@ -587,7 +587,7 @@ export declare const isOneOf: <T extends {
|
|
|
587
587
|
"__#10@#private": any;
|
|
588
588
|
readonly __type: "space";
|
|
589
589
|
readonly name: string;
|
|
590
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
590
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
591
591
|
readonly description: string;
|
|
592
592
|
readonly images: import("@mappedin/mvf").Image[];
|
|
593
593
|
readonly floor: any;
|
|
@@ -608,7 +608,7 @@ export declare const isOneOf: <T extends {
|
|
|
608
608
|
toJSON(): {
|
|
609
609
|
id: string;
|
|
610
610
|
name: string;
|
|
611
|
-
type: import("@mappedin/mappedin-js/
|
|
611
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
612
612
|
floor: string;
|
|
613
613
|
center: {
|
|
614
614
|
latitude: number;
|
|
@@ -631,7 +631,7 @@ export declare const isOneOf: <T extends {
|
|
|
631
631
|
readonly id: string;
|
|
632
632
|
}[];
|
|
633
633
|
}[];
|
|
634
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
634
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
635
635
|
readonly connections: {
|
|
636
636
|
"__#12@#private": any;
|
|
637
637
|
readonly __type: "connection";
|
|
@@ -870,7 +870,7 @@ export declare const isOneOf: <T extends {
|
|
|
870
870
|
"__#10@#private": any;
|
|
871
871
|
readonly __type: "space";
|
|
872
872
|
readonly name: string;
|
|
873
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
873
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
874
874
|
readonly description: string;
|
|
875
875
|
readonly images: import("@mappedin/mvf").Image[];
|
|
876
876
|
readonly floor: any;
|
|
@@ -891,7 +891,7 @@ export declare const isOneOf: <T extends {
|
|
|
891
891
|
toJSON(): {
|
|
892
892
|
id: string;
|
|
893
893
|
name: string;
|
|
894
|
-
type: import("@mappedin/mappedin-js/
|
|
894
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
895
895
|
floor: string;
|
|
896
896
|
center: {
|
|
897
897
|
latitude: number;
|
|
@@ -914,7 +914,7 @@ export declare const isOneOf: <T extends {
|
|
|
914
914
|
readonly id: string;
|
|
915
915
|
}[];
|
|
916
916
|
}[];
|
|
917
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
917
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
918
918
|
readonly connections: {
|
|
919
919
|
"__#12@#private": any;
|
|
920
920
|
readonly __type: "connection";
|
|
@@ -1158,7 +1158,7 @@ export declare const isOneOf: <T extends {
|
|
|
1158
1158
|
"__#10@#private": any;
|
|
1159
1159
|
readonly __type: "space";
|
|
1160
1160
|
readonly name: string;
|
|
1161
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
1161
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
1162
1162
|
readonly description: string;
|
|
1163
1163
|
readonly images: import("@mappedin/mvf").Image[];
|
|
1164
1164
|
readonly floor: any;
|
|
@@ -1179,7 +1179,7 @@ export declare const isOneOf: <T extends {
|
|
|
1179
1179
|
toJSON(): {
|
|
1180
1180
|
id: string;
|
|
1181
1181
|
name: string;
|
|
1182
|
-
type: import("@mappedin/mappedin-js/
|
|
1182
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
1183
1183
|
floor: string;
|
|
1184
1184
|
center: {
|
|
1185
1185
|
latitude: number;
|
|
@@ -1202,7 +1202,7 @@ export declare const isOneOf: <T extends {
|
|
|
1202
1202
|
readonly id: string;
|
|
1203
1203
|
}[];
|
|
1204
1204
|
}[];
|
|
1205
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
1205
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
1206
1206
|
readonly connections: {
|
|
1207
1207
|
"__#12@#private": any;
|
|
1208
1208
|
readonly __type: "connection";
|
|
@@ -1437,7 +1437,7 @@ export declare const isOneOf: <T extends {
|
|
|
1437
1437
|
"__#10@#private": any;
|
|
1438
1438
|
readonly __type: "space";
|
|
1439
1439
|
readonly name: string;
|
|
1440
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
1440
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
1441
1441
|
readonly description: string;
|
|
1442
1442
|
readonly images: import("@mappedin/mvf").Image[];
|
|
1443
1443
|
readonly floor: any;
|
|
@@ -1458,7 +1458,7 @@ export declare const isOneOf: <T extends {
|
|
|
1458
1458
|
toJSON(): {
|
|
1459
1459
|
id: string;
|
|
1460
1460
|
name: string;
|
|
1461
|
-
type: import("@mappedin/mappedin-js/
|
|
1461
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
1462
1462
|
floor: string;
|
|
1463
1463
|
center: {
|
|
1464
1464
|
latitude: number;
|
|
@@ -1481,7 +1481,7 @@ export declare const isOneOf: <T extends {
|
|
|
1481
1481
|
readonly id: string;
|
|
1482
1482
|
}[];
|
|
1483
1483
|
}[];
|
|
1484
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
1484
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
1485
1485
|
readonly connections: {
|
|
1486
1486
|
"__#12@#private": any;
|
|
1487
1487
|
readonly __type: "connection";
|
|
@@ -1698,7 +1698,7 @@ export declare const isOneOf: <T extends {
|
|
|
1698
1698
|
"__#10@#private": any;
|
|
1699
1699
|
readonly __type: "space";
|
|
1700
1700
|
readonly name: string;
|
|
1701
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
1701
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
1702
1702
|
readonly description: string;
|
|
1703
1703
|
readonly images: import("@mappedin/mvf").Image[];
|
|
1704
1704
|
readonly floor: any;
|
|
@@ -1719,7 +1719,7 @@ export declare const isOneOf: <T extends {
|
|
|
1719
1719
|
toJSON(): {
|
|
1720
1720
|
id: string;
|
|
1721
1721
|
name: string;
|
|
1722
|
-
type: import("@mappedin/mappedin-js/
|
|
1722
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
1723
1723
|
floor: string;
|
|
1724
1724
|
center: {
|
|
1725
1725
|
latitude: number;
|
|
@@ -1742,7 +1742,7 @@ export declare const isOneOf: <T extends {
|
|
|
1742
1742
|
readonly id: string;
|
|
1743
1743
|
}[];
|
|
1744
1744
|
}[];
|
|
1745
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
1745
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
1746
1746
|
readonly connections: {
|
|
1747
1747
|
"__#12@#private": any;
|
|
1748
1748
|
readonly __type: "connection";
|
|
@@ -2018,7 +2018,7 @@ export declare const isOneOf: <T extends {
|
|
|
2018
2018
|
"__#10@#private": any;
|
|
2019
2019
|
readonly __type: "space";
|
|
2020
2020
|
readonly name: string;
|
|
2021
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
2021
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
2022
2022
|
readonly description: string;
|
|
2023
2023
|
readonly images: import("@mappedin/mvf").Image[];
|
|
2024
2024
|
readonly floor: any;
|
|
@@ -2039,7 +2039,7 @@ export declare const isOneOf: <T extends {
|
|
|
2039
2039
|
toJSON(): {
|
|
2040
2040
|
id: string;
|
|
2041
2041
|
name: string;
|
|
2042
|
-
type: import("@mappedin/mappedin-js/
|
|
2042
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
2043
2043
|
floor: string;
|
|
2044
2044
|
center: {
|
|
2045
2045
|
latitude: number;
|
|
@@ -2062,7 +2062,7 @@ export declare const isOneOf: <T extends {
|
|
|
2062
2062
|
readonly id: string;
|
|
2063
2063
|
}[];
|
|
2064
2064
|
}[];
|
|
2065
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
2065
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
2066
2066
|
readonly connections: {
|
|
2067
2067
|
"__#12@#private": any;
|
|
2068
2068
|
readonly __type: "connection";
|
|
@@ -2330,7 +2330,7 @@ export declare const isOneOf: <T extends {
|
|
|
2330
2330
|
"__#10@#private": any;
|
|
2331
2331
|
readonly __type: "space";
|
|
2332
2332
|
readonly name: string;
|
|
2333
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
2333
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
2334
2334
|
readonly description: string;
|
|
2335
2335
|
readonly images: import("@mappedin/mvf").Image[];
|
|
2336
2336
|
readonly floor: {
|
|
@@ -2339,7 +2339,7 @@ export declare const isOneOf: <T extends {
|
|
|
2339
2339
|
readonly name: string;
|
|
2340
2340
|
readonly elevation: number;
|
|
2341
2341
|
readonly spaces: any[];
|
|
2342
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
2342
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
2343
2343
|
readonly connections: {
|
|
2344
2344
|
"__#12@#private": any;
|
|
2345
2345
|
readonly __type: "connection";
|
|
@@ -2580,7 +2580,7 @@ export declare const isOneOf: <T extends {
|
|
|
2580
2580
|
toJSON(): {
|
|
2581
2581
|
id: string;
|
|
2582
2582
|
name: string;
|
|
2583
|
-
type: import("@mappedin/mappedin-js/
|
|
2583
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
2584
2584
|
floor: string;
|
|
2585
2585
|
center: {
|
|
2586
2586
|
latitude: number;
|
|
@@ -2618,7 +2618,7 @@ export declare const isOneOf: <T extends {
|
|
|
2618
2618
|
"__#10@#private": any;
|
|
2619
2619
|
readonly __type: "space";
|
|
2620
2620
|
readonly name: string;
|
|
2621
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
2621
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
2622
2622
|
readonly description: string;
|
|
2623
2623
|
readonly images: import("@mappedin/mvf").Image[];
|
|
2624
2624
|
readonly floor: any;
|
|
@@ -2639,7 +2639,7 @@ export declare const isOneOf: <T extends {
|
|
|
2639
2639
|
toJSON(): {
|
|
2640
2640
|
id: string;
|
|
2641
2641
|
name: string;
|
|
2642
|
-
type: import("@mappedin/mappedin-js/
|
|
2642
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
2643
2643
|
floor: string;
|
|
2644
2644
|
center: {
|
|
2645
2645
|
latitude: number;
|
|
@@ -2662,7 +2662,7 @@ export declare const isOneOf: <T extends {
|
|
|
2662
2662
|
readonly id: string;
|
|
2663
2663
|
}[];
|
|
2664
2664
|
}[];
|
|
2665
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
2665
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
2666
2666
|
readonly connections: {
|
|
2667
2667
|
"__#12@#private": any;
|
|
2668
2668
|
readonly __type: "connection";
|
|
@@ -2889,7 +2889,7 @@ export declare const isOneOf: <T extends {
|
|
|
2889
2889
|
"__#10@#private": any;
|
|
2890
2890
|
readonly __type: "space";
|
|
2891
2891
|
readonly name: string;
|
|
2892
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
2892
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
2893
2893
|
readonly description: string;
|
|
2894
2894
|
readonly images: import("@mappedin/mvf").Image[];
|
|
2895
2895
|
readonly floor: any;
|
|
@@ -2910,7 +2910,7 @@ export declare const isOneOf: <T extends {
|
|
|
2910
2910
|
toJSON(): {
|
|
2911
2911
|
id: string;
|
|
2912
2912
|
name: string;
|
|
2913
|
-
type: import("@mappedin/mappedin-js/
|
|
2913
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
2914
2914
|
floor: string;
|
|
2915
2915
|
center: {
|
|
2916
2916
|
latitude: number;
|
|
@@ -2933,7 +2933,7 @@ export declare const isOneOf: <T extends {
|
|
|
2933
2933
|
readonly id: string;
|
|
2934
2934
|
}[];
|
|
2935
2935
|
}[];
|
|
2936
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
2936
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
2937
2937
|
readonly connections: {
|
|
2938
2938
|
"__#12@#private": any;
|
|
2939
2939
|
readonly __type: "connection";
|
|
@@ -3187,7 +3187,7 @@ export declare const isOneOf: <T extends {
|
|
|
3187
3187
|
"__#10@#private": any;
|
|
3188
3188
|
readonly __type: "space";
|
|
3189
3189
|
readonly name: string;
|
|
3190
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
3190
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
3191
3191
|
readonly description: string;
|
|
3192
3192
|
readonly images: import("@mappedin/mvf").Image[];
|
|
3193
3193
|
readonly floor: any;
|
|
@@ -3208,7 +3208,7 @@ export declare const isOneOf: <T extends {
|
|
|
3208
3208
|
toJSON(): {
|
|
3209
3209
|
id: string;
|
|
3210
3210
|
name: string;
|
|
3211
|
-
type: import("@mappedin/mappedin-js/
|
|
3211
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
3212
3212
|
floor: string;
|
|
3213
3213
|
center: {
|
|
3214
3214
|
latitude: number;
|
|
@@ -3231,7 +3231,7 @@ export declare const isOneOf: <T extends {
|
|
|
3231
3231
|
readonly id: string;
|
|
3232
3232
|
}[];
|
|
3233
3233
|
}[];
|
|
3234
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
3234
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
3235
3235
|
readonly connections: any[];
|
|
3236
3236
|
readonly doors: {
|
|
3237
3237
|
"__#9@#private": any;
|
|
@@ -3434,7 +3434,7 @@ export declare const isOneOf: <T extends {
|
|
|
3434
3434
|
readonly id: string;
|
|
3435
3435
|
}[];
|
|
3436
3436
|
} | undefined;
|
|
3437
|
-
getById(type: "object", id: string): import("@mappedin/mappedin-js/
|
|
3437
|
+
getById(type: "object", id: string): import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject | undefined;
|
|
3438
3438
|
getById(type: "point-of-interest", id: string): {
|
|
3439
3439
|
"__#14@#private": any;
|
|
3440
3440
|
readonly __type: "point-of-interest";
|
|
@@ -3461,7 +3461,7 @@ export declare const isOneOf: <T extends {
|
|
|
3461
3461
|
"__#10@#private": any;
|
|
3462
3462
|
readonly __type: "space";
|
|
3463
3463
|
readonly name: string;
|
|
3464
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
3464
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
3465
3465
|
readonly description: string;
|
|
3466
3466
|
readonly images: import("@mappedin/mvf").Image[];
|
|
3467
3467
|
readonly floor: any;
|
|
@@ -3482,7 +3482,7 @@ export declare const isOneOf: <T extends {
|
|
|
3482
3482
|
toJSON(): {
|
|
3483
3483
|
id: string;
|
|
3484
3484
|
name: string;
|
|
3485
|
-
type: import("@mappedin/mappedin-js/
|
|
3485
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
3486
3486
|
floor: string;
|
|
3487
3487
|
center: {
|
|
3488
3488
|
latitude: number;
|
|
@@ -3505,7 +3505,7 @@ export declare const isOneOf: <T extends {
|
|
|
3505
3505
|
readonly id: string;
|
|
3506
3506
|
}[];
|
|
3507
3507
|
}[];
|
|
3508
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
3508
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
3509
3509
|
readonly connections: {
|
|
3510
3510
|
"__#12@#private": any;
|
|
3511
3511
|
readonly __type: "connection";
|
|
@@ -3740,7 +3740,7 @@ export declare const isOneOf: <T extends {
|
|
|
3740
3740
|
"__#10@#private": any;
|
|
3741
3741
|
readonly __type: "space";
|
|
3742
3742
|
readonly name: string;
|
|
3743
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
3743
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
3744
3744
|
readonly description: string;
|
|
3745
3745
|
readonly images: import("@mappedin/mvf").Image[];
|
|
3746
3746
|
readonly floor: any;
|
|
@@ -3761,7 +3761,7 @@ export declare const isOneOf: <T extends {
|
|
|
3761
3761
|
toJSON(): {
|
|
3762
3762
|
id: string;
|
|
3763
3763
|
name: string;
|
|
3764
|
-
type: import("@mappedin/mappedin-js/
|
|
3764
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
3765
3765
|
floor: string;
|
|
3766
3766
|
center: {
|
|
3767
3767
|
latitude: number;
|
|
@@ -3784,7 +3784,7 @@ export declare const isOneOf: <T extends {
|
|
|
3784
3784
|
readonly id: string;
|
|
3785
3785
|
}[];
|
|
3786
3786
|
}[];
|
|
3787
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
3787
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
3788
3788
|
readonly connections: {
|
|
3789
3789
|
"__#12@#private": any;
|
|
3790
3790
|
readonly __type: "connection";
|
|
@@ -3989,7 +3989,7 @@ export declare const isOneOf: <T extends {
|
|
|
3989
3989
|
readonly id: string;
|
|
3990
3990
|
}[];
|
|
3991
3991
|
} | undefined;
|
|
3992
|
-
getMapDataById(id: string): import("@mappedin/mappedin-js/
|
|
3992
|
+
getMapDataById(id: string): import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/types").MapDataObjects | undefined;
|
|
3993
3993
|
getMVFFeatureById(type: "space", id: string): import("@mappedin/mvf").Feature<import("@mappedin/mvf").Polygon | import("@mappedin/mvf").LineString | import("@mappedin/mvf").Point, import("@mappedin/mvf").SpaceProperties> | undefined;
|
|
3994
3994
|
getMVFFeatureById(type: "node", id: string): import("@mappedin/mvf").Feature<import("@mappedin/mvf").Point, import("@mappedin/mvf").NodeProperties> | undefined;
|
|
3995
3995
|
getMVFFeatureById(type: "obstruction", id: string): import("@mappedin/mvf").Feature<import("@mappedin/mvf").Polygon | import("@mappedin/mvf").LineString, import("@mappedin/mvf").ObstructionProperties> | undefined;
|
|
@@ -4011,7 +4011,7 @@ export declare const isOneOf: <T extends {
|
|
|
4011
4011
|
"__#10@#private": any;
|
|
4012
4012
|
readonly __type: "space";
|
|
4013
4013
|
readonly name: string;
|
|
4014
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
4014
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
4015
4015
|
readonly description: string;
|
|
4016
4016
|
readonly images: import("@mappedin/mvf").Image[];
|
|
4017
4017
|
readonly floor: {
|
|
@@ -4020,7 +4020,7 @@ export declare const isOneOf: <T extends {
|
|
|
4020
4020
|
readonly name: string;
|
|
4021
4021
|
readonly elevation: number;
|
|
4022
4022
|
readonly spaces: any[];
|
|
4023
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
4023
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
4024
4024
|
readonly connections: {
|
|
4025
4025
|
"__#12@#private": any;
|
|
4026
4026
|
readonly __type: "connection";
|
|
@@ -4261,7 +4261,7 @@ export declare const isOneOf: <T extends {
|
|
|
4261
4261
|
toJSON(): {
|
|
4262
4262
|
id: string;
|
|
4263
4263
|
name: string;
|
|
4264
|
-
type: import("@mappedin/mappedin-js/
|
|
4264
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
4265
4265
|
floor: string;
|
|
4266
4266
|
center: {
|
|
4267
4267
|
latitude: number;
|
|
@@ -4289,7 +4289,7 @@ export declare const isOneOf: <T extends {
|
|
|
4289
4289
|
"__#10@#private": any;
|
|
4290
4290
|
readonly __type: "space";
|
|
4291
4291
|
readonly name: string;
|
|
4292
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
4292
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
4293
4293
|
readonly description: string;
|
|
4294
4294
|
readonly images: import("@mappedin/mvf").Image[];
|
|
4295
4295
|
readonly floor: {
|
|
@@ -4298,7 +4298,7 @@ export declare const isOneOf: <T extends {
|
|
|
4298
4298
|
readonly name: string;
|
|
4299
4299
|
readonly elevation: number;
|
|
4300
4300
|
readonly spaces: any[];
|
|
4301
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
4301
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
4302
4302
|
readonly connections: {
|
|
4303
4303
|
"__#12@#private": any;
|
|
4304
4304
|
readonly __type: "connection";
|
|
@@ -4539,7 +4539,7 @@ export declare const isOneOf: <T extends {
|
|
|
4539
4539
|
toJSON(): {
|
|
4540
4540
|
id: string;
|
|
4541
4541
|
name: string;
|
|
4542
|
-
type: import("@mappedin/mappedin-js/
|
|
4542
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
4543
4543
|
floor: string;
|
|
4544
4544
|
center: {
|
|
4545
4545
|
latitude: number;
|
|
@@ -4590,7 +4590,7 @@ export declare const isOneOf: <T extends {
|
|
|
4590
4590
|
"__#10@#private": any;
|
|
4591
4591
|
readonly __type: "space";
|
|
4592
4592
|
readonly name: string;
|
|
4593
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
4593
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
4594
4594
|
readonly description: string;
|
|
4595
4595
|
readonly images: import("@mappedin/mvf").Image[];
|
|
4596
4596
|
readonly floor: {
|
|
@@ -4599,7 +4599,7 @@ export declare const isOneOf: <T extends {
|
|
|
4599
4599
|
readonly name: string;
|
|
4600
4600
|
readonly elevation: number;
|
|
4601
4601
|
readonly spaces: any[];
|
|
4602
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
4602
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
4603
4603
|
readonly connections: {
|
|
4604
4604
|
"__#12@#private": any;
|
|
4605
4605
|
readonly __type: "connection";
|
|
@@ -4840,7 +4840,7 @@ export declare const isOneOf: <T extends {
|
|
|
4840
4840
|
toJSON(): {
|
|
4841
4841
|
id: string;
|
|
4842
4842
|
name: string;
|
|
4843
|
-
type: import("@mappedin/mappedin-js/
|
|
4843
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
4844
4844
|
floor: string;
|
|
4845
4845
|
center: {
|
|
4846
4846
|
latitude: number;
|
|
@@ -4863,7 +4863,7 @@ export declare const isOneOf: <T extends {
|
|
|
4863
4863
|
readonly id: string;
|
|
4864
4864
|
}[];
|
|
4865
4865
|
}[];
|
|
4866
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
4866
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
4867
4867
|
readonly connections: {
|
|
4868
4868
|
"__#12@#private": any;
|
|
4869
4869
|
readonly __type: "connection";
|
|
@@ -4894,7 +4894,7 @@ export declare const isOneOf: <T extends {
|
|
|
4894
4894
|
"__#10@#private": any;
|
|
4895
4895
|
readonly __type: "space";
|
|
4896
4896
|
readonly name: string;
|
|
4897
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
4897
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
4898
4898
|
readonly description: string;
|
|
4899
4899
|
readonly images: import("@mappedin/mvf").Image[];
|
|
4900
4900
|
readonly floor: any;
|
|
@@ -4915,7 +4915,7 @@ export declare const isOneOf: <T extends {
|
|
|
4915
4915
|
toJSON(): {
|
|
4916
4916
|
id: string;
|
|
4917
4917
|
name: string;
|
|
4918
|
-
type: import("@mappedin/mappedin-js/
|
|
4918
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
4919
4919
|
floor: string;
|
|
4920
4920
|
center: {
|
|
4921
4921
|
latitude: number;
|
|
@@ -4938,7 +4938,7 @@ export declare const isOneOf: <T extends {
|
|
|
4938
4938
|
readonly id: string;
|
|
4939
4939
|
}[];
|
|
4940
4940
|
}[];
|
|
4941
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
4941
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
4942
4942
|
readonly connections: any[];
|
|
4943
4943
|
readonly doors: {
|
|
4944
4944
|
"__#9@#private": any;
|
|
@@ -5150,7 +5150,7 @@ export declare const isOneOf: <T extends {
|
|
|
5150
5150
|
"__#10@#private": any;
|
|
5151
5151
|
readonly __type: "space";
|
|
5152
5152
|
readonly name: string;
|
|
5153
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
5153
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
5154
5154
|
readonly description: string;
|
|
5155
5155
|
readonly images: import("@mappedin/mvf").Image[];
|
|
5156
5156
|
readonly floor: any;
|
|
@@ -5171,7 +5171,7 @@ export declare const isOneOf: <T extends {
|
|
|
5171
5171
|
toJSON(): {
|
|
5172
5172
|
id: string;
|
|
5173
5173
|
name: string;
|
|
5174
|
-
type: import("@mappedin/mappedin-js/
|
|
5174
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
5175
5175
|
floor: string;
|
|
5176
5176
|
center: {
|
|
5177
5177
|
latitude: number;
|
|
@@ -5194,7 +5194,7 @@ export declare const isOneOf: <T extends {
|
|
|
5194
5194
|
readonly id: string;
|
|
5195
5195
|
}[];
|
|
5196
5196
|
}[];
|
|
5197
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
5197
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
5198
5198
|
readonly connections: {
|
|
5199
5199
|
"__#12@#private": any;
|
|
5200
5200
|
readonly __type: "connection";
|
|
@@ -5433,7 +5433,7 @@ export declare const isOneOf: <T extends {
|
|
|
5433
5433
|
"__#10@#private": any;
|
|
5434
5434
|
readonly __type: "space";
|
|
5435
5435
|
readonly name: string;
|
|
5436
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
5436
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
5437
5437
|
readonly description: string;
|
|
5438
5438
|
readonly images: import("@mappedin/mvf").Image[];
|
|
5439
5439
|
readonly floor: any;
|
|
@@ -5454,7 +5454,7 @@ export declare const isOneOf: <T extends {
|
|
|
5454
5454
|
toJSON(): {
|
|
5455
5455
|
id: string;
|
|
5456
5456
|
name: string;
|
|
5457
|
-
type: import("@mappedin/mappedin-js/
|
|
5457
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
5458
5458
|
floor: string;
|
|
5459
5459
|
center: {
|
|
5460
5460
|
latitude: number;
|
|
@@ -5477,7 +5477,7 @@ export declare const isOneOf: <T extends {
|
|
|
5477
5477
|
readonly id: string;
|
|
5478
5478
|
}[];
|
|
5479
5479
|
}[];
|
|
5480
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
5480
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
5481
5481
|
readonly connections: {
|
|
5482
5482
|
"__#12@#private": any;
|
|
5483
5483
|
readonly __type: "connection";
|
|
@@ -5721,7 +5721,7 @@ export declare const isOneOf: <T extends {
|
|
|
5721
5721
|
"__#10@#private": any;
|
|
5722
5722
|
readonly __type: "space";
|
|
5723
5723
|
readonly name: string;
|
|
5724
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
5724
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
5725
5725
|
readonly description: string;
|
|
5726
5726
|
readonly images: import("@mappedin/mvf").Image[];
|
|
5727
5727
|
readonly floor: any;
|
|
@@ -5742,7 +5742,7 @@ export declare const isOneOf: <T extends {
|
|
|
5742
5742
|
toJSON(): {
|
|
5743
5743
|
id: string;
|
|
5744
5744
|
name: string;
|
|
5745
|
-
type: import("@mappedin/mappedin-js/
|
|
5745
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
5746
5746
|
floor: string;
|
|
5747
5747
|
center: {
|
|
5748
5748
|
latitude: number;
|
|
@@ -5765,7 +5765,7 @@ export declare const isOneOf: <T extends {
|
|
|
5765
5765
|
readonly id: string;
|
|
5766
5766
|
}[];
|
|
5767
5767
|
}[];
|
|
5768
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
5768
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
5769
5769
|
readonly connections: {
|
|
5770
5770
|
"__#12@#private": any;
|
|
5771
5771
|
readonly __type: "connection";
|
|
@@ -6000,7 +6000,7 @@ export declare const isOneOf: <T extends {
|
|
|
6000
6000
|
"__#10@#private": any;
|
|
6001
6001
|
readonly __type: "space";
|
|
6002
6002
|
readonly name: string;
|
|
6003
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
6003
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
6004
6004
|
readonly description: string;
|
|
6005
6005
|
readonly images: import("@mappedin/mvf").Image[];
|
|
6006
6006
|
readonly floor: any;
|
|
@@ -6021,7 +6021,7 @@ export declare const isOneOf: <T extends {
|
|
|
6021
6021
|
toJSON(): {
|
|
6022
6022
|
id: string;
|
|
6023
6023
|
name: string;
|
|
6024
|
-
type: import("@mappedin/mappedin-js/
|
|
6024
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
6025
6025
|
floor: string;
|
|
6026
6026
|
center: {
|
|
6027
6027
|
latitude: number;
|
|
@@ -6044,7 +6044,7 @@ export declare const isOneOf: <T extends {
|
|
|
6044
6044
|
readonly id: string;
|
|
6045
6045
|
}[];
|
|
6046
6046
|
}[];
|
|
6047
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
6047
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
6048
6048
|
readonly connections: {
|
|
6049
6049
|
"__#12@#private": any;
|
|
6050
6050
|
readonly __type: "connection";
|
|
@@ -6261,7 +6261,7 @@ export declare const isOneOf: <T extends {
|
|
|
6261
6261
|
"__#10@#private": any;
|
|
6262
6262
|
readonly __type: "space";
|
|
6263
6263
|
readonly name: string;
|
|
6264
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
6264
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
6265
6265
|
readonly description: string;
|
|
6266
6266
|
readonly images: import("@mappedin/mvf").Image[];
|
|
6267
6267
|
readonly floor: any;
|
|
@@ -6282,7 +6282,7 @@ export declare const isOneOf: <T extends {
|
|
|
6282
6282
|
toJSON(): {
|
|
6283
6283
|
id: string;
|
|
6284
6284
|
name: string;
|
|
6285
|
-
type: import("@mappedin/mappedin-js/
|
|
6285
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
6286
6286
|
floor: string;
|
|
6287
6287
|
center: {
|
|
6288
6288
|
latitude: number;
|
|
@@ -6305,7 +6305,7 @@ export declare const isOneOf: <T extends {
|
|
|
6305
6305
|
readonly id: string;
|
|
6306
6306
|
}[];
|
|
6307
6307
|
}[];
|
|
6308
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
6308
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
6309
6309
|
readonly connections: {
|
|
6310
6310
|
"__#12@#private": any;
|
|
6311
6311
|
readonly __type: "connection";
|
|
@@ -6581,7 +6581,7 @@ export declare const isOneOf: <T extends {
|
|
|
6581
6581
|
"__#10@#private": any;
|
|
6582
6582
|
readonly __type: "space";
|
|
6583
6583
|
readonly name: string;
|
|
6584
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
6584
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
6585
6585
|
readonly description: string;
|
|
6586
6586
|
readonly images: import("@mappedin/mvf").Image[];
|
|
6587
6587
|
readonly floor: any;
|
|
@@ -6602,7 +6602,7 @@ export declare const isOneOf: <T extends {
|
|
|
6602
6602
|
toJSON(): {
|
|
6603
6603
|
id: string;
|
|
6604
6604
|
name: string;
|
|
6605
|
-
type: import("@mappedin/mappedin-js/
|
|
6605
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
6606
6606
|
floor: string;
|
|
6607
6607
|
center: {
|
|
6608
6608
|
latitude: number;
|
|
@@ -6625,7 +6625,7 @@ export declare const isOneOf: <T extends {
|
|
|
6625
6625
|
readonly id: string;
|
|
6626
6626
|
}[];
|
|
6627
6627
|
}[];
|
|
6628
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
6628
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
6629
6629
|
readonly connections: {
|
|
6630
6630
|
"__#12@#private": any;
|
|
6631
6631
|
readonly __type: "connection";
|
|
@@ -6893,7 +6893,7 @@ export declare const isOneOf: <T extends {
|
|
|
6893
6893
|
"__#10@#private": any;
|
|
6894
6894
|
readonly __type: "space";
|
|
6895
6895
|
readonly name: string;
|
|
6896
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
6896
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
6897
6897
|
readonly description: string;
|
|
6898
6898
|
readonly images: import("@mappedin/mvf").Image[];
|
|
6899
6899
|
readonly floor: {
|
|
@@ -6902,7 +6902,7 @@ export declare const isOneOf: <T extends {
|
|
|
6902
6902
|
readonly name: string;
|
|
6903
6903
|
readonly elevation: number;
|
|
6904
6904
|
readonly spaces: any[];
|
|
6905
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
6905
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
6906
6906
|
readonly connections: {
|
|
6907
6907
|
"__#12@#private": any;
|
|
6908
6908
|
readonly __type: "connection";
|
|
@@ -7143,7 +7143,7 @@ export declare const isOneOf: <T extends {
|
|
|
7143
7143
|
toJSON(): {
|
|
7144
7144
|
id: string;
|
|
7145
7145
|
name: string;
|
|
7146
|
-
type: import("@mappedin/mappedin-js/
|
|
7146
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
7147
7147
|
floor: string;
|
|
7148
7148
|
center: {
|
|
7149
7149
|
latitude: number;
|
|
@@ -7181,7 +7181,7 @@ export declare const isOneOf: <T extends {
|
|
|
7181
7181
|
"__#10@#private": any;
|
|
7182
7182
|
readonly __type: "space";
|
|
7183
7183
|
readonly name: string;
|
|
7184
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
7184
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
7185
7185
|
readonly description: string;
|
|
7186
7186
|
readonly images: import("@mappedin/mvf").Image[];
|
|
7187
7187
|
readonly floor: any;
|
|
@@ -7202,7 +7202,7 @@ export declare const isOneOf: <T extends {
|
|
|
7202
7202
|
toJSON(): {
|
|
7203
7203
|
id: string;
|
|
7204
7204
|
name: string;
|
|
7205
|
-
type: import("@mappedin/mappedin-js/
|
|
7205
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
7206
7206
|
floor: string;
|
|
7207
7207
|
center: {
|
|
7208
7208
|
latitude: number;
|
|
@@ -7225,7 +7225,7 @@ export declare const isOneOf: <T extends {
|
|
|
7225
7225
|
readonly id: string;
|
|
7226
7226
|
}[];
|
|
7227
7227
|
}[];
|
|
7228
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
7228
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
7229
7229
|
readonly connections: {
|
|
7230
7230
|
"__#12@#private": any;
|
|
7231
7231
|
readonly __type: "connection";
|
|
@@ -7452,7 +7452,7 @@ export declare const isOneOf: <T extends {
|
|
|
7452
7452
|
"__#10@#private": any;
|
|
7453
7453
|
readonly __type: "space";
|
|
7454
7454
|
readonly name: string;
|
|
7455
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
7455
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
7456
7456
|
readonly description: string;
|
|
7457
7457
|
readonly images: import("@mappedin/mvf").Image[];
|
|
7458
7458
|
readonly floor: any;
|
|
@@ -7473,7 +7473,7 @@ export declare const isOneOf: <T extends {
|
|
|
7473
7473
|
toJSON(): {
|
|
7474
7474
|
id: string;
|
|
7475
7475
|
name: string;
|
|
7476
|
-
type: import("@mappedin/mappedin-js/
|
|
7476
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
7477
7477
|
floor: string;
|
|
7478
7478
|
center: {
|
|
7479
7479
|
latitude: number;
|
|
@@ -7496,7 +7496,7 @@ export declare const isOneOf: <T extends {
|
|
|
7496
7496
|
readonly id: string;
|
|
7497
7497
|
}[];
|
|
7498
7498
|
}[];
|
|
7499
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
7499
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
7500
7500
|
readonly connections: {
|
|
7501
7501
|
"__#12@#private": any;
|
|
7502
7502
|
readonly __type: "connection";
|
|
@@ -7750,7 +7750,7 @@ export declare const isOneOf: <T extends {
|
|
|
7750
7750
|
"__#10@#private": any;
|
|
7751
7751
|
readonly __type: "space";
|
|
7752
7752
|
readonly name: string;
|
|
7753
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
7753
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
7754
7754
|
readonly description: string;
|
|
7755
7755
|
readonly images: import("@mappedin/mvf").Image[];
|
|
7756
7756
|
readonly floor: any;
|
|
@@ -7771,7 +7771,7 @@ export declare const isOneOf: <T extends {
|
|
|
7771
7771
|
toJSON(): {
|
|
7772
7772
|
id: string;
|
|
7773
7773
|
name: string;
|
|
7774
|
-
type: import("@mappedin/mappedin-js/
|
|
7774
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
7775
7775
|
floor: string;
|
|
7776
7776
|
center: {
|
|
7777
7777
|
latitude: number;
|
|
@@ -7794,7 +7794,7 @@ export declare const isOneOf: <T extends {
|
|
|
7794
7794
|
readonly id: string;
|
|
7795
7795
|
}[];
|
|
7796
7796
|
}[];
|
|
7797
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
7797
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
7798
7798
|
readonly connections: any[];
|
|
7799
7799
|
readonly doors: {
|
|
7800
7800
|
"__#9@#private": any;
|
|
@@ -7997,7 +7997,7 @@ export declare const isOneOf: <T extends {
|
|
|
7997
7997
|
readonly id: string;
|
|
7998
7998
|
}[];
|
|
7999
7999
|
} | undefined;
|
|
8000
|
-
getById(type: "object", id: string): import("@mappedin/mappedin-js/
|
|
8000
|
+
getById(type: "object", id: string): import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject | undefined;
|
|
8001
8001
|
getById(type: "point-of-interest", id: string): {
|
|
8002
8002
|
"__#14@#private": any;
|
|
8003
8003
|
readonly __type: "point-of-interest";
|
|
@@ -8024,7 +8024,7 @@ export declare const isOneOf: <T extends {
|
|
|
8024
8024
|
"__#10@#private": any;
|
|
8025
8025
|
readonly __type: "space";
|
|
8026
8026
|
readonly name: string;
|
|
8027
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
8027
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
8028
8028
|
readonly description: string;
|
|
8029
8029
|
readonly images: import("@mappedin/mvf").Image[];
|
|
8030
8030
|
readonly floor: any;
|
|
@@ -8045,7 +8045,7 @@ export declare const isOneOf: <T extends {
|
|
|
8045
8045
|
toJSON(): {
|
|
8046
8046
|
id: string;
|
|
8047
8047
|
name: string;
|
|
8048
|
-
type: import("@mappedin/mappedin-js/
|
|
8048
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
8049
8049
|
floor: string;
|
|
8050
8050
|
center: {
|
|
8051
8051
|
latitude: number;
|
|
@@ -8068,7 +8068,7 @@ export declare const isOneOf: <T extends {
|
|
|
8068
8068
|
readonly id: string;
|
|
8069
8069
|
}[];
|
|
8070
8070
|
}[];
|
|
8071
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
8071
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
8072
8072
|
readonly connections: {
|
|
8073
8073
|
"__#12@#private": any;
|
|
8074
8074
|
readonly __type: "connection";
|
|
@@ -8303,7 +8303,7 @@ export declare const isOneOf: <T extends {
|
|
|
8303
8303
|
"__#10@#private": any;
|
|
8304
8304
|
readonly __type: "space";
|
|
8305
8305
|
readonly name: string;
|
|
8306
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
8306
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
8307
8307
|
readonly description: string;
|
|
8308
8308
|
readonly images: import("@mappedin/mvf").Image[];
|
|
8309
8309
|
readonly floor: any;
|
|
@@ -8324,7 +8324,7 @@ export declare const isOneOf: <T extends {
|
|
|
8324
8324
|
toJSON(): {
|
|
8325
8325
|
id: string;
|
|
8326
8326
|
name: string;
|
|
8327
|
-
type: import("@mappedin/mappedin-js/
|
|
8327
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
8328
8328
|
floor: string;
|
|
8329
8329
|
center: {
|
|
8330
8330
|
latitude: number;
|
|
@@ -8347,7 +8347,7 @@ export declare const isOneOf: <T extends {
|
|
|
8347
8347
|
readonly id: string;
|
|
8348
8348
|
}[];
|
|
8349
8349
|
}[];
|
|
8350
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
8350
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
8351
8351
|
readonly connections: {
|
|
8352
8352
|
"__#12@#private": any;
|
|
8353
8353
|
readonly __type: "connection";
|
|
@@ -8552,7 +8552,7 @@ export declare const isOneOf: <T extends {
|
|
|
8552
8552
|
readonly id: string;
|
|
8553
8553
|
}[];
|
|
8554
8554
|
} | undefined;
|
|
8555
|
-
getMapDataById(id: string): import("@mappedin/mappedin-js/
|
|
8555
|
+
getMapDataById(id: string): import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/types").MapDataObjects | undefined;
|
|
8556
8556
|
getMVFFeatureById(type: "space", id: string): import("@mappedin/mvf").Feature<import("@mappedin/mvf").Polygon | import("@mappedin/mvf").LineString | import("@mappedin/mvf").Point, import("@mappedin/mvf").SpaceProperties> | undefined;
|
|
8557
8557
|
getMVFFeatureById(type: "node", id: string): import("@mappedin/mvf").Feature<import("@mappedin/mvf").Point, import("@mappedin/mvf").NodeProperties> | undefined;
|
|
8558
8558
|
getMVFFeatureById(type: "obstruction", id: string): import("@mappedin/mvf").Feature<import("@mappedin/mvf").Polygon | import("@mappedin/mvf").LineString, import("@mappedin/mvf").ObstructionProperties> | undefined;
|
|
@@ -8596,7 +8596,7 @@ export declare const isOneOf: <T extends {
|
|
|
8596
8596
|
"__#10@#private": any;
|
|
8597
8597
|
readonly __type: "space";
|
|
8598
8598
|
readonly name: string;
|
|
8599
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
8599
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
8600
8600
|
readonly description: string;
|
|
8601
8601
|
readonly images: import("@mappedin/mvf").Image[];
|
|
8602
8602
|
readonly floor: any;
|
|
@@ -8617,7 +8617,7 @@ export declare const isOneOf: <T extends {
|
|
|
8617
8617
|
toJSON(): {
|
|
8618
8618
|
id: string;
|
|
8619
8619
|
name: string;
|
|
8620
|
-
type: import("@mappedin/mappedin-js/
|
|
8620
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
8621
8621
|
floor: string;
|
|
8622
8622
|
center: {
|
|
8623
8623
|
latitude: number;
|
|
@@ -8640,7 +8640,7 @@ export declare const isOneOf: <T extends {
|
|
|
8640
8640
|
readonly id: string;
|
|
8641
8641
|
}[];
|
|
8642
8642
|
}[];
|
|
8643
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
8643
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
8644
8644
|
readonly connections: {
|
|
8645
8645
|
"__#12@#private": any;
|
|
8646
8646
|
readonly __type: "connection";
|
|
@@ -8874,7 +8874,7 @@ export declare const isOneOf: <T extends {
|
|
|
8874
8874
|
"__#10@#private": any;
|
|
8875
8875
|
readonly __type: "space";
|
|
8876
8876
|
readonly name: string;
|
|
8877
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
8877
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
8878
8878
|
readonly description: string;
|
|
8879
8879
|
readonly images: import("@mappedin/mvf").Image[];
|
|
8880
8880
|
readonly floor: any;
|
|
@@ -8895,7 +8895,7 @@ export declare const isOneOf: <T extends {
|
|
|
8895
8895
|
toJSON(): {
|
|
8896
8896
|
id: string;
|
|
8897
8897
|
name: string;
|
|
8898
|
-
type: import("@mappedin/mappedin-js/
|
|
8898
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
8899
8899
|
floor: string;
|
|
8900
8900
|
center: {
|
|
8901
8901
|
latitude: number;
|
|
@@ -8918,7 +8918,7 @@ export declare const isOneOf: <T extends {
|
|
|
8918
8918
|
readonly id: string;
|
|
8919
8919
|
}[];
|
|
8920
8920
|
}[];
|
|
8921
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
8921
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
8922
8922
|
readonly connections: {
|
|
8923
8923
|
"__#12@#private": any;
|
|
8924
8924
|
readonly __type: "connection";
|
|
@@ -9153,7 +9153,7 @@ export declare const isOneOf: <T extends {
|
|
|
9153
9153
|
"__#10@#private": any;
|
|
9154
9154
|
readonly __type: "space";
|
|
9155
9155
|
readonly name: string;
|
|
9156
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
9156
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
9157
9157
|
readonly description: string;
|
|
9158
9158
|
readonly images: import("@mappedin/mvf").Image[];
|
|
9159
9159
|
readonly floor: {
|
|
@@ -9162,7 +9162,7 @@ export declare const isOneOf: <T extends {
|
|
|
9162
9162
|
readonly name: string;
|
|
9163
9163
|
readonly elevation: number;
|
|
9164
9164
|
readonly spaces: any[];
|
|
9165
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
9165
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
9166
9166
|
readonly connections: {
|
|
9167
9167
|
"__#12@#private": any;
|
|
9168
9168
|
readonly __type: "connection";
|
|
@@ -9403,7 +9403,7 @@ export declare const isOneOf: <T extends {
|
|
|
9403
9403
|
toJSON(): {
|
|
9404
9404
|
id: string;
|
|
9405
9405
|
name: string;
|
|
9406
|
-
type: import("@mappedin/mappedin-js/
|
|
9406
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
9407
9407
|
floor: string;
|
|
9408
9408
|
center: {
|
|
9409
9409
|
latitude: number;
|
|
@@ -9426,7 +9426,7 @@ export declare const isOneOf: <T extends {
|
|
|
9426
9426
|
readonly id: string;
|
|
9427
9427
|
}[];
|
|
9428
9428
|
}[];
|
|
9429
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
9429
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
9430
9430
|
readonly connections: {
|
|
9431
9431
|
"__#12@#private": any;
|
|
9432
9432
|
readonly __type: "connection";
|
|
@@ -9457,7 +9457,7 @@ export declare const isOneOf: <T extends {
|
|
|
9457
9457
|
"__#10@#private": any;
|
|
9458
9458
|
readonly __type: "space";
|
|
9459
9459
|
readonly name: string;
|
|
9460
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
9460
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
9461
9461
|
readonly description: string;
|
|
9462
9462
|
readonly images: import("@mappedin/mvf").Image[];
|
|
9463
9463
|
readonly floor: any;
|
|
@@ -9478,7 +9478,7 @@ export declare const isOneOf: <T extends {
|
|
|
9478
9478
|
toJSON(): {
|
|
9479
9479
|
id: string;
|
|
9480
9480
|
name: string;
|
|
9481
|
-
type: import("@mappedin/mappedin-js/
|
|
9481
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
9482
9482
|
floor: string;
|
|
9483
9483
|
center: {
|
|
9484
9484
|
latitude: number;
|
|
@@ -9501,7 +9501,7 @@ export declare const isOneOf: <T extends {
|
|
|
9501
9501
|
readonly id: string;
|
|
9502
9502
|
}[];
|
|
9503
9503
|
}[];
|
|
9504
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
9504
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
9505
9505
|
readonly connections: any[];
|
|
9506
9506
|
readonly doors: {
|
|
9507
9507
|
"__#9@#private": any;
|
|
@@ -9713,7 +9713,7 @@ export declare const isOneOf: <T extends {
|
|
|
9713
9713
|
"__#10@#private": any;
|
|
9714
9714
|
readonly __type: "space";
|
|
9715
9715
|
readonly name: string;
|
|
9716
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
9716
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
9717
9717
|
readonly description: string;
|
|
9718
9718
|
readonly images: import("@mappedin/mvf").Image[];
|
|
9719
9719
|
readonly floor: any;
|
|
@@ -9734,7 +9734,7 @@ export declare const isOneOf: <T extends {
|
|
|
9734
9734
|
toJSON(): {
|
|
9735
9735
|
id: string;
|
|
9736
9736
|
name: string;
|
|
9737
|
-
type: import("@mappedin/mappedin-js/
|
|
9737
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
9738
9738
|
floor: string;
|
|
9739
9739
|
center: {
|
|
9740
9740
|
latitude: number;
|
|
@@ -9757,7 +9757,7 @@ export declare const isOneOf: <T extends {
|
|
|
9757
9757
|
readonly id: string;
|
|
9758
9758
|
}[];
|
|
9759
9759
|
}[];
|
|
9760
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
9760
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
9761
9761
|
readonly connections: {
|
|
9762
9762
|
"__#12@#private": any;
|
|
9763
9763
|
readonly __type: "connection";
|
|
@@ -9996,7 +9996,7 @@ export declare const isOneOf: <T extends {
|
|
|
9996
9996
|
"__#10@#private": any;
|
|
9997
9997
|
readonly __type: "space";
|
|
9998
9998
|
readonly name: string;
|
|
9999
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
9999
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
10000
10000
|
readonly description: string;
|
|
10001
10001
|
readonly images: import("@mappedin/mvf").Image[];
|
|
10002
10002
|
readonly floor: any;
|
|
@@ -10017,7 +10017,7 @@ export declare const isOneOf: <T extends {
|
|
|
10017
10017
|
toJSON(): {
|
|
10018
10018
|
id: string;
|
|
10019
10019
|
name: string;
|
|
10020
|
-
type: import("@mappedin/mappedin-js/
|
|
10020
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
10021
10021
|
floor: string;
|
|
10022
10022
|
center: {
|
|
10023
10023
|
latitude: number;
|
|
@@ -10040,7 +10040,7 @@ export declare const isOneOf: <T extends {
|
|
|
10040
10040
|
readonly id: string;
|
|
10041
10041
|
}[];
|
|
10042
10042
|
}[];
|
|
10043
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
10043
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
10044
10044
|
readonly connections: {
|
|
10045
10045
|
"__#12@#private": any;
|
|
10046
10046
|
readonly __type: "connection";
|
|
@@ -10284,7 +10284,7 @@ export declare const isOneOf: <T extends {
|
|
|
10284
10284
|
"__#10@#private": any;
|
|
10285
10285
|
readonly __type: "space";
|
|
10286
10286
|
readonly name: string;
|
|
10287
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
10287
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
10288
10288
|
readonly description: string;
|
|
10289
10289
|
readonly images: import("@mappedin/mvf").Image[];
|
|
10290
10290
|
readonly floor: any;
|
|
@@ -10305,7 +10305,7 @@ export declare const isOneOf: <T extends {
|
|
|
10305
10305
|
toJSON(): {
|
|
10306
10306
|
id: string;
|
|
10307
10307
|
name: string;
|
|
10308
|
-
type: import("@mappedin/mappedin-js/
|
|
10308
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
10309
10309
|
floor: string;
|
|
10310
10310
|
center: {
|
|
10311
10311
|
latitude: number;
|
|
@@ -10328,7 +10328,7 @@ export declare const isOneOf: <T extends {
|
|
|
10328
10328
|
readonly id: string;
|
|
10329
10329
|
}[];
|
|
10330
10330
|
}[];
|
|
10331
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
10331
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
10332
10332
|
readonly connections: {
|
|
10333
10333
|
"__#12@#private": any;
|
|
10334
10334
|
readonly __type: "connection";
|
|
@@ -10563,7 +10563,7 @@ export declare const isOneOf: <T extends {
|
|
|
10563
10563
|
"__#10@#private": any;
|
|
10564
10564
|
readonly __type: "space";
|
|
10565
10565
|
readonly name: string;
|
|
10566
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
10566
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
10567
10567
|
readonly description: string;
|
|
10568
10568
|
readonly images: import("@mappedin/mvf").Image[];
|
|
10569
10569
|
readonly floor: any;
|
|
@@ -10584,7 +10584,7 @@ export declare const isOneOf: <T extends {
|
|
|
10584
10584
|
toJSON(): {
|
|
10585
10585
|
id: string;
|
|
10586
10586
|
name: string;
|
|
10587
|
-
type: import("@mappedin/mappedin-js/
|
|
10587
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
10588
10588
|
floor: string;
|
|
10589
10589
|
center: {
|
|
10590
10590
|
latitude: number;
|
|
@@ -10607,7 +10607,7 @@ export declare const isOneOf: <T extends {
|
|
|
10607
10607
|
readonly id: string;
|
|
10608
10608
|
}[];
|
|
10609
10609
|
}[];
|
|
10610
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
10610
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
10611
10611
|
readonly connections: {
|
|
10612
10612
|
"__#12@#private": any;
|
|
10613
10613
|
readonly __type: "connection";
|
|
@@ -10824,7 +10824,7 @@ export declare const isOneOf: <T extends {
|
|
|
10824
10824
|
"__#10@#private": any;
|
|
10825
10825
|
readonly __type: "space";
|
|
10826
10826
|
readonly name: string;
|
|
10827
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
10827
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
10828
10828
|
readonly description: string;
|
|
10829
10829
|
readonly images: import("@mappedin/mvf").Image[];
|
|
10830
10830
|
readonly floor: any;
|
|
@@ -10845,7 +10845,7 @@ export declare const isOneOf: <T extends {
|
|
|
10845
10845
|
toJSON(): {
|
|
10846
10846
|
id: string;
|
|
10847
10847
|
name: string;
|
|
10848
|
-
type: import("@mappedin/mappedin-js/
|
|
10848
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
10849
10849
|
floor: string;
|
|
10850
10850
|
center: {
|
|
10851
10851
|
latitude: number;
|
|
@@ -10868,7 +10868,7 @@ export declare const isOneOf: <T extends {
|
|
|
10868
10868
|
readonly id: string;
|
|
10869
10869
|
}[];
|
|
10870
10870
|
}[];
|
|
10871
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
10871
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
10872
10872
|
readonly connections: {
|
|
10873
10873
|
"__#12@#private": any;
|
|
10874
10874
|
readonly __type: "connection";
|
|
@@ -11144,7 +11144,7 @@ export declare const isOneOf: <T extends {
|
|
|
11144
11144
|
"__#10@#private": any;
|
|
11145
11145
|
readonly __type: "space";
|
|
11146
11146
|
readonly name: string;
|
|
11147
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
11147
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
11148
11148
|
readonly description: string;
|
|
11149
11149
|
readonly images: import("@mappedin/mvf").Image[];
|
|
11150
11150
|
readonly floor: any;
|
|
@@ -11165,7 +11165,7 @@ export declare const isOneOf: <T extends {
|
|
|
11165
11165
|
toJSON(): {
|
|
11166
11166
|
id: string;
|
|
11167
11167
|
name: string;
|
|
11168
|
-
type: import("@mappedin/mappedin-js/
|
|
11168
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
11169
11169
|
floor: string;
|
|
11170
11170
|
center: {
|
|
11171
11171
|
latitude: number;
|
|
@@ -11188,7 +11188,7 @@ export declare const isOneOf: <T extends {
|
|
|
11188
11188
|
readonly id: string;
|
|
11189
11189
|
}[];
|
|
11190
11190
|
}[];
|
|
11191
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
11191
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
11192
11192
|
readonly connections: {
|
|
11193
11193
|
"__#12@#private": any;
|
|
11194
11194
|
readonly __type: "connection";
|
|
@@ -11456,7 +11456,7 @@ export declare const isOneOf: <T extends {
|
|
|
11456
11456
|
"__#10@#private": any;
|
|
11457
11457
|
readonly __type: "space";
|
|
11458
11458
|
readonly name: string;
|
|
11459
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
11459
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
11460
11460
|
readonly description: string;
|
|
11461
11461
|
readonly images: import("@mappedin/mvf").Image[];
|
|
11462
11462
|
readonly floor: {
|
|
@@ -11465,7 +11465,7 @@ export declare const isOneOf: <T extends {
|
|
|
11465
11465
|
readonly name: string;
|
|
11466
11466
|
readonly elevation: number;
|
|
11467
11467
|
readonly spaces: any[];
|
|
11468
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
11468
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
11469
11469
|
readonly connections: {
|
|
11470
11470
|
"__#12@#private": any;
|
|
11471
11471
|
readonly __type: "connection";
|
|
@@ -11706,7 +11706,7 @@ export declare const isOneOf: <T extends {
|
|
|
11706
11706
|
toJSON(): {
|
|
11707
11707
|
id: string;
|
|
11708
11708
|
name: string;
|
|
11709
|
-
type: import("@mappedin/mappedin-js/
|
|
11709
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
11710
11710
|
floor: string;
|
|
11711
11711
|
center: {
|
|
11712
11712
|
latitude: number;
|
|
@@ -11744,7 +11744,7 @@ export declare const isOneOf: <T extends {
|
|
|
11744
11744
|
"__#10@#private": any;
|
|
11745
11745
|
readonly __type: "space";
|
|
11746
11746
|
readonly name: string;
|
|
11747
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
11747
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
11748
11748
|
readonly description: string;
|
|
11749
11749
|
readonly images: import("@mappedin/mvf").Image[];
|
|
11750
11750
|
readonly floor: any;
|
|
@@ -11765,7 +11765,7 @@ export declare const isOneOf: <T extends {
|
|
|
11765
11765
|
toJSON(): {
|
|
11766
11766
|
id: string;
|
|
11767
11767
|
name: string;
|
|
11768
|
-
type: import("@mappedin/mappedin-js/
|
|
11768
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
11769
11769
|
floor: string;
|
|
11770
11770
|
center: {
|
|
11771
11771
|
latitude: number;
|
|
@@ -11788,7 +11788,7 @@ export declare const isOneOf: <T extends {
|
|
|
11788
11788
|
readonly id: string;
|
|
11789
11789
|
}[];
|
|
11790
11790
|
}[];
|
|
11791
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
11791
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
11792
11792
|
readonly connections: {
|
|
11793
11793
|
"__#12@#private": any;
|
|
11794
11794
|
readonly __type: "connection";
|
|
@@ -12015,7 +12015,7 @@ export declare const isOneOf: <T extends {
|
|
|
12015
12015
|
"__#10@#private": any;
|
|
12016
12016
|
readonly __type: "space";
|
|
12017
12017
|
readonly name: string;
|
|
12018
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
12018
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
12019
12019
|
readonly description: string;
|
|
12020
12020
|
readonly images: import("@mappedin/mvf").Image[];
|
|
12021
12021
|
readonly floor: any;
|
|
@@ -12036,7 +12036,7 @@ export declare const isOneOf: <T extends {
|
|
|
12036
12036
|
toJSON(): {
|
|
12037
12037
|
id: string;
|
|
12038
12038
|
name: string;
|
|
12039
|
-
type: import("@mappedin/mappedin-js/
|
|
12039
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
12040
12040
|
floor: string;
|
|
12041
12041
|
center: {
|
|
12042
12042
|
latitude: number;
|
|
@@ -12059,7 +12059,7 @@ export declare const isOneOf: <T extends {
|
|
|
12059
12059
|
readonly id: string;
|
|
12060
12060
|
}[];
|
|
12061
12061
|
}[];
|
|
12062
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
12062
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
12063
12063
|
readonly connections: {
|
|
12064
12064
|
"__#12@#private": any;
|
|
12065
12065
|
readonly __type: "connection";
|
|
@@ -12313,7 +12313,7 @@ export declare const isOneOf: <T extends {
|
|
|
12313
12313
|
"__#10@#private": any;
|
|
12314
12314
|
readonly __type: "space";
|
|
12315
12315
|
readonly name: string;
|
|
12316
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
12316
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
12317
12317
|
readonly description: string;
|
|
12318
12318
|
readonly images: import("@mappedin/mvf").Image[];
|
|
12319
12319
|
readonly floor: any;
|
|
@@ -12334,7 +12334,7 @@ export declare const isOneOf: <T extends {
|
|
|
12334
12334
|
toJSON(): {
|
|
12335
12335
|
id: string;
|
|
12336
12336
|
name: string;
|
|
12337
|
-
type: import("@mappedin/mappedin-js/
|
|
12337
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
12338
12338
|
floor: string;
|
|
12339
12339
|
center: {
|
|
12340
12340
|
latitude: number;
|
|
@@ -12357,7 +12357,7 @@ export declare const isOneOf: <T extends {
|
|
|
12357
12357
|
readonly id: string;
|
|
12358
12358
|
}[];
|
|
12359
12359
|
}[];
|
|
12360
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
12360
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
12361
12361
|
readonly connections: any[];
|
|
12362
12362
|
readonly doors: {
|
|
12363
12363
|
"__#9@#private": any;
|
|
@@ -12560,7 +12560,7 @@ export declare const isOneOf: <T extends {
|
|
|
12560
12560
|
readonly id: string;
|
|
12561
12561
|
}[];
|
|
12562
12562
|
} | undefined;
|
|
12563
|
-
getById(type: "object", id: string): import("@mappedin/mappedin-js/
|
|
12563
|
+
getById(type: "object", id: string): import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject | undefined;
|
|
12564
12564
|
getById(type: "point-of-interest", id: string): {
|
|
12565
12565
|
"__#14@#private": any;
|
|
12566
12566
|
readonly __type: "point-of-interest";
|
|
@@ -12587,7 +12587,7 @@ export declare const isOneOf: <T extends {
|
|
|
12587
12587
|
"__#10@#private": any;
|
|
12588
12588
|
readonly __type: "space";
|
|
12589
12589
|
readonly name: string;
|
|
12590
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
12590
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
12591
12591
|
readonly description: string;
|
|
12592
12592
|
readonly images: import("@mappedin/mvf").Image[];
|
|
12593
12593
|
readonly floor: any;
|
|
@@ -12608,7 +12608,7 @@ export declare const isOneOf: <T extends {
|
|
|
12608
12608
|
toJSON(): {
|
|
12609
12609
|
id: string;
|
|
12610
12610
|
name: string;
|
|
12611
|
-
type: import("@mappedin/mappedin-js/
|
|
12611
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
12612
12612
|
floor: string;
|
|
12613
12613
|
center: {
|
|
12614
12614
|
latitude: number;
|
|
@@ -12631,7 +12631,7 @@ export declare const isOneOf: <T extends {
|
|
|
12631
12631
|
readonly id: string;
|
|
12632
12632
|
}[];
|
|
12633
12633
|
}[];
|
|
12634
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
12634
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
12635
12635
|
readonly connections: {
|
|
12636
12636
|
"__#12@#private": any;
|
|
12637
12637
|
readonly __type: "connection";
|
|
@@ -12866,7 +12866,7 @@ export declare const isOneOf: <T extends {
|
|
|
12866
12866
|
"__#10@#private": any;
|
|
12867
12867
|
readonly __type: "space";
|
|
12868
12868
|
readonly name: string;
|
|
12869
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
12869
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
12870
12870
|
readonly description: string;
|
|
12871
12871
|
readonly images: import("@mappedin/mvf").Image[];
|
|
12872
12872
|
readonly floor: any;
|
|
@@ -12887,7 +12887,7 @@ export declare const isOneOf: <T extends {
|
|
|
12887
12887
|
toJSON(): {
|
|
12888
12888
|
id: string;
|
|
12889
12889
|
name: string;
|
|
12890
|
-
type: import("@mappedin/mappedin-js/
|
|
12890
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
12891
12891
|
floor: string;
|
|
12892
12892
|
center: {
|
|
12893
12893
|
latitude: number;
|
|
@@ -12910,7 +12910,7 @@ export declare const isOneOf: <T extends {
|
|
|
12910
12910
|
readonly id: string;
|
|
12911
12911
|
}[];
|
|
12912
12912
|
}[];
|
|
12913
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
12913
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
12914
12914
|
readonly connections: {
|
|
12915
12915
|
"__#12@#private": any;
|
|
12916
12916
|
readonly __type: "connection";
|
|
@@ -13115,7 +13115,7 @@ export declare const isOneOf: <T extends {
|
|
|
13115
13115
|
readonly id: string;
|
|
13116
13116
|
}[];
|
|
13117
13117
|
} | undefined;
|
|
13118
|
-
getMapDataById(id: string): import("@mappedin/mappedin-js/
|
|
13118
|
+
getMapDataById(id: string): import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/types").MapDataObjects | undefined;
|
|
13119
13119
|
getMVFFeatureById(type: "space", id: string): import("@mappedin/mvf").Feature<import("@mappedin/mvf").Polygon | import("@mappedin/mvf").LineString | import("@mappedin/mvf").Point, import("@mappedin/mvf").SpaceProperties> | undefined;
|
|
13120
13120
|
getMVFFeatureById(type: "node", id: string): import("@mappedin/mvf").Feature<import("@mappedin/mvf").Point, import("@mappedin/mvf").NodeProperties> | undefined;
|
|
13121
13121
|
getMVFFeatureById(type: "obstruction", id: string): import("@mappedin/mvf").Feature<import("@mappedin/mvf").Polygon | import("@mappedin/mvf").LineString, import("@mappedin/mvf").ObstructionProperties> | undefined;
|
|
@@ -13162,7 +13162,7 @@ export declare const isOneOf: <T extends {
|
|
|
13162
13162
|
"__#10@#private": any;
|
|
13163
13163
|
readonly __type: "space";
|
|
13164
13164
|
readonly name: string;
|
|
13165
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
13165
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
13166
13166
|
readonly description: string;
|
|
13167
13167
|
readonly images: import("@mappedin/mvf").Image[];
|
|
13168
13168
|
readonly floor: any;
|
|
@@ -13183,7 +13183,7 @@ export declare const isOneOf: <T extends {
|
|
|
13183
13183
|
toJSON(): {
|
|
13184
13184
|
id: string;
|
|
13185
13185
|
name: string;
|
|
13186
|
-
type: import("@mappedin/mappedin-js/
|
|
13186
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
13187
13187
|
floor: string;
|
|
13188
13188
|
center: {
|
|
13189
13189
|
latitude: number;
|
|
@@ -13206,7 +13206,7 @@ export declare const isOneOf: <T extends {
|
|
|
13206
13206
|
readonly id: string;
|
|
13207
13207
|
}[];
|
|
13208
13208
|
}[];
|
|
13209
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
13209
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
13210
13210
|
readonly connections: any[];
|
|
13211
13211
|
readonly doors: {
|
|
13212
13212
|
"__#9@#private": any;
|
|
@@ -13440,7 +13440,7 @@ export declare const isOneOf: <T extends {
|
|
|
13440
13440
|
"__#10@#private": any;
|
|
13441
13441
|
readonly __type: "space";
|
|
13442
13442
|
readonly name: string;
|
|
13443
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
13443
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
13444
13444
|
readonly description: string;
|
|
13445
13445
|
readonly images: import("@mappedin/mvf").Image[];
|
|
13446
13446
|
readonly floor: any;
|
|
@@ -13461,7 +13461,7 @@ export declare const isOneOf: <T extends {
|
|
|
13461
13461
|
toJSON(): {
|
|
13462
13462
|
id: string;
|
|
13463
13463
|
name: string;
|
|
13464
|
-
type: import("@mappedin/mappedin-js/
|
|
13464
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
13465
13465
|
floor: string;
|
|
13466
13466
|
center: {
|
|
13467
13467
|
latitude: number;
|
|
@@ -13484,7 +13484,7 @@ export declare const isOneOf: <T extends {
|
|
|
13484
13484
|
readonly id: string;
|
|
13485
13485
|
}[];
|
|
13486
13486
|
}[];
|
|
13487
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
13487
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
13488
13488
|
readonly connections: any[];
|
|
13489
13489
|
readonly doors: {
|
|
13490
13490
|
"__#9@#private": any;
|
|
@@ -13687,7 +13687,7 @@ export declare const isOneOf: <T extends {
|
|
|
13687
13687
|
readonly id: string;
|
|
13688
13688
|
}[];
|
|
13689
13689
|
};
|
|
13690
|
-
} | typeof import("@mappedin/mappedin-js/
|
|
13690
|
+
} | typeof import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject | {
|
|
13691
13691
|
new (data: {
|
|
13692
13692
|
"__#3@#private": any;
|
|
13693
13693
|
readonly mvf: import("@mappedin/mvf").ParsedMVF;
|
|
@@ -13715,7 +13715,7 @@ export declare const isOneOf: <T extends {
|
|
|
13715
13715
|
"__#10@#private": any;
|
|
13716
13716
|
readonly __type: "space";
|
|
13717
13717
|
readonly name: string;
|
|
13718
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
13718
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
13719
13719
|
readonly description: string;
|
|
13720
13720
|
readonly images: import("@mappedin/mvf").Image[];
|
|
13721
13721
|
readonly floor: {
|
|
@@ -13724,7 +13724,7 @@ export declare const isOneOf: <T extends {
|
|
|
13724
13724
|
readonly name: string;
|
|
13725
13725
|
readonly elevation: number;
|
|
13726
13726
|
readonly spaces: any[];
|
|
13727
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
13727
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
13728
13728
|
readonly connections: {
|
|
13729
13729
|
"__#12@#private": any;
|
|
13730
13730
|
readonly __type: "connection";
|
|
@@ -13965,7 +13965,7 @@ export declare const isOneOf: <T extends {
|
|
|
13965
13965
|
toJSON(): {
|
|
13966
13966
|
id: string;
|
|
13967
13967
|
name: string;
|
|
13968
|
-
type: import("@mappedin/mappedin-js/
|
|
13968
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
13969
13969
|
floor: string;
|
|
13970
13970
|
center: {
|
|
13971
13971
|
latitude: number;
|
|
@@ -13988,7 +13988,7 @@ export declare const isOneOf: <T extends {
|
|
|
13988
13988
|
readonly id: string;
|
|
13989
13989
|
}[];
|
|
13990
13990
|
}[];
|
|
13991
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
13991
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
13992
13992
|
readonly connections: {
|
|
13993
13993
|
"__#12@#private": any;
|
|
13994
13994
|
readonly __type: "connection";
|
|
@@ -14019,7 +14019,7 @@ export declare const isOneOf: <T extends {
|
|
|
14019
14019
|
"__#10@#private": any;
|
|
14020
14020
|
readonly __type: "space";
|
|
14021
14021
|
readonly name: string;
|
|
14022
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
14022
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
14023
14023
|
readonly description: string;
|
|
14024
14024
|
readonly images: import("@mappedin/mvf").Image[];
|
|
14025
14025
|
readonly floor: any;
|
|
@@ -14040,7 +14040,7 @@ export declare const isOneOf: <T extends {
|
|
|
14040
14040
|
toJSON(): {
|
|
14041
14041
|
id: string;
|
|
14042
14042
|
name: string;
|
|
14043
|
-
type: import("@mappedin/mappedin-js/
|
|
14043
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
14044
14044
|
floor: string;
|
|
14045
14045
|
center: {
|
|
14046
14046
|
latitude: number;
|
|
@@ -14063,7 +14063,7 @@ export declare const isOneOf: <T extends {
|
|
|
14063
14063
|
readonly id: string;
|
|
14064
14064
|
}[];
|
|
14065
14065
|
}[];
|
|
14066
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
14066
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
14067
14067
|
readonly connections: any[];
|
|
14068
14068
|
readonly doors: {
|
|
14069
14069
|
"__#9@#private": any;
|
|
@@ -14275,7 +14275,7 @@ export declare const isOneOf: <T extends {
|
|
|
14275
14275
|
"__#10@#private": any;
|
|
14276
14276
|
readonly __type: "space";
|
|
14277
14277
|
readonly name: string;
|
|
14278
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
14278
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
14279
14279
|
readonly description: string;
|
|
14280
14280
|
readonly images: import("@mappedin/mvf").Image[];
|
|
14281
14281
|
readonly floor: any;
|
|
@@ -14296,7 +14296,7 @@ export declare const isOneOf: <T extends {
|
|
|
14296
14296
|
toJSON(): {
|
|
14297
14297
|
id: string;
|
|
14298
14298
|
name: string;
|
|
14299
|
-
type: import("@mappedin/mappedin-js/
|
|
14299
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
14300
14300
|
floor: string;
|
|
14301
14301
|
center: {
|
|
14302
14302
|
latitude: number;
|
|
@@ -14319,7 +14319,7 @@ export declare const isOneOf: <T extends {
|
|
|
14319
14319
|
readonly id: string;
|
|
14320
14320
|
}[];
|
|
14321
14321
|
}[];
|
|
14322
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
14322
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
14323
14323
|
readonly connections: {
|
|
14324
14324
|
"__#12@#private": any;
|
|
14325
14325
|
readonly __type: "connection";
|
|
@@ -14558,7 +14558,7 @@ export declare const isOneOf: <T extends {
|
|
|
14558
14558
|
"__#10@#private": any;
|
|
14559
14559
|
readonly __type: "space";
|
|
14560
14560
|
readonly name: string;
|
|
14561
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
14561
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
14562
14562
|
readonly description: string;
|
|
14563
14563
|
readonly images: import("@mappedin/mvf").Image[];
|
|
14564
14564
|
readonly floor: any;
|
|
@@ -14579,7 +14579,7 @@ export declare const isOneOf: <T extends {
|
|
|
14579
14579
|
toJSON(): {
|
|
14580
14580
|
id: string;
|
|
14581
14581
|
name: string;
|
|
14582
|
-
type: import("@mappedin/mappedin-js/
|
|
14582
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
14583
14583
|
floor: string;
|
|
14584
14584
|
center: {
|
|
14585
14585
|
latitude: number;
|
|
@@ -14602,7 +14602,7 @@ export declare const isOneOf: <T extends {
|
|
|
14602
14602
|
readonly id: string;
|
|
14603
14603
|
}[];
|
|
14604
14604
|
}[];
|
|
14605
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
14605
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
14606
14606
|
readonly connections: {
|
|
14607
14607
|
"__#12@#private": any;
|
|
14608
14608
|
readonly __type: "connection";
|
|
@@ -14846,7 +14846,7 @@ export declare const isOneOf: <T extends {
|
|
|
14846
14846
|
"__#10@#private": any;
|
|
14847
14847
|
readonly __type: "space";
|
|
14848
14848
|
readonly name: string;
|
|
14849
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
14849
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
14850
14850
|
readonly description: string;
|
|
14851
14851
|
readonly images: import("@mappedin/mvf").Image[];
|
|
14852
14852
|
readonly floor: any;
|
|
@@ -14867,7 +14867,7 @@ export declare const isOneOf: <T extends {
|
|
|
14867
14867
|
toJSON(): {
|
|
14868
14868
|
id: string;
|
|
14869
14869
|
name: string;
|
|
14870
|
-
type: import("@mappedin/mappedin-js/
|
|
14870
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
14871
14871
|
floor: string;
|
|
14872
14872
|
center: {
|
|
14873
14873
|
latitude: number;
|
|
@@ -14890,7 +14890,7 @@ export declare const isOneOf: <T extends {
|
|
|
14890
14890
|
readonly id: string;
|
|
14891
14891
|
}[];
|
|
14892
14892
|
}[];
|
|
14893
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
14893
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
14894
14894
|
readonly connections: {
|
|
14895
14895
|
"__#12@#private": any;
|
|
14896
14896
|
readonly __type: "connection";
|
|
@@ -15125,7 +15125,7 @@ export declare const isOneOf: <T extends {
|
|
|
15125
15125
|
"__#10@#private": any;
|
|
15126
15126
|
readonly __type: "space";
|
|
15127
15127
|
readonly name: string;
|
|
15128
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
15128
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
15129
15129
|
readonly description: string;
|
|
15130
15130
|
readonly images: import("@mappedin/mvf").Image[];
|
|
15131
15131
|
readonly floor: any;
|
|
@@ -15146,7 +15146,7 @@ export declare const isOneOf: <T extends {
|
|
|
15146
15146
|
toJSON(): {
|
|
15147
15147
|
id: string;
|
|
15148
15148
|
name: string;
|
|
15149
|
-
type: import("@mappedin/mappedin-js/
|
|
15149
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
15150
15150
|
floor: string;
|
|
15151
15151
|
center: {
|
|
15152
15152
|
latitude: number;
|
|
@@ -15169,7 +15169,7 @@ export declare const isOneOf: <T extends {
|
|
|
15169
15169
|
readonly id: string;
|
|
15170
15170
|
}[];
|
|
15171
15171
|
}[];
|
|
15172
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
15172
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
15173
15173
|
readonly connections: {
|
|
15174
15174
|
"__#12@#private": any;
|
|
15175
15175
|
readonly __type: "connection";
|
|
@@ -15386,7 +15386,7 @@ export declare const isOneOf: <T extends {
|
|
|
15386
15386
|
"__#10@#private": any;
|
|
15387
15387
|
readonly __type: "space";
|
|
15388
15388
|
readonly name: string;
|
|
15389
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
15389
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
15390
15390
|
readonly description: string;
|
|
15391
15391
|
readonly images: import("@mappedin/mvf").Image[];
|
|
15392
15392
|
readonly floor: any;
|
|
@@ -15407,7 +15407,7 @@ export declare const isOneOf: <T extends {
|
|
|
15407
15407
|
toJSON(): {
|
|
15408
15408
|
id: string;
|
|
15409
15409
|
name: string;
|
|
15410
|
-
type: import("@mappedin/mappedin-js/
|
|
15410
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
15411
15411
|
floor: string;
|
|
15412
15412
|
center: {
|
|
15413
15413
|
latitude: number;
|
|
@@ -15430,7 +15430,7 @@ export declare const isOneOf: <T extends {
|
|
|
15430
15430
|
readonly id: string;
|
|
15431
15431
|
}[];
|
|
15432
15432
|
}[];
|
|
15433
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
15433
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
15434
15434
|
readonly connections: {
|
|
15435
15435
|
"__#12@#private": any;
|
|
15436
15436
|
readonly __type: "connection";
|
|
@@ -15706,7 +15706,7 @@ export declare const isOneOf: <T extends {
|
|
|
15706
15706
|
"__#10@#private": any;
|
|
15707
15707
|
readonly __type: "space";
|
|
15708
15708
|
readonly name: string;
|
|
15709
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
15709
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
15710
15710
|
readonly description: string;
|
|
15711
15711
|
readonly images: import("@mappedin/mvf").Image[];
|
|
15712
15712
|
readonly floor: any;
|
|
@@ -15727,7 +15727,7 @@ export declare const isOneOf: <T extends {
|
|
|
15727
15727
|
toJSON(): {
|
|
15728
15728
|
id: string;
|
|
15729
15729
|
name: string;
|
|
15730
|
-
type: import("@mappedin/mappedin-js/
|
|
15730
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
15731
15731
|
floor: string;
|
|
15732
15732
|
center: {
|
|
15733
15733
|
latitude: number;
|
|
@@ -15750,7 +15750,7 @@ export declare const isOneOf: <T extends {
|
|
|
15750
15750
|
readonly id: string;
|
|
15751
15751
|
}[];
|
|
15752
15752
|
}[];
|
|
15753
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
15753
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
15754
15754
|
readonly connections: {
|
|
15755
15755
|
"__#12@#private": any;
|
|
15756
15756
|
readonly __type: "connection";
|
|
@@ -16018,7 +16018,7 @@ export declare const isOneOf: <T extends {
|
|
|
16018
16018
|
"__#10@#private": any;
|
|
16019
16019
|
readonly __type: "space";
|
|
16020
16020
|
readonly name: string;
|
|
16021
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
16021
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
16022
16022
|
readonly description: string;
|
|
16023
16023
|
readonly images: import("@mappedin/mvf").Image[];
|
|
16024
16024
|
readonly floor: {
|
|
@@ -16027,7 +16027,7 @@ export declare const isOneOf: <T extends {
|
|
|
16027
16027
|
readonly name: string;
|
|
16028
16028
|
readonly elevation: number;
|
|
16029
16029
|
readonly spaces: any[];
|
|
16030
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
16030
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
16031
16031
|
readonly connections: {
|
|
16032
16032
|
"__#12@#private": any;
|
|
16033
16033
|
readonly __type: "connection";
|
|
@@ -16268,7 +16268,7 @@ export declare const isOneOf: <T extends {
|
|
|
16268
16268
|
toJSON(): {
|
|
16269
16269
|
id: string;
|
|
16270
16270
|
name: string;
|
|
16271
|
-
type: import("@mappedin/mappedin-js/
|
|
16271
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
16272
16272
|
floor: string;
|
|
16273
16273
|
center: {
|
|
16274
16274
|
latitude: number;
|
|
@@ -16306,7 +16306,7 @@ export declare const isOneOf: <T extends {
|
|
|
16306
16306
|
"__#10@#private": any;
|
|
16307
16307
|
readonly __type: "space";
|
|
16308
16308
|
readonly name: string;
|
|
16309
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
16309
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
16310
16310
|
readonly description: string;
|
|
16311
16311
|
readonly images: import("@mappedin/mvf").Image[];
|
|
16312
16312
|
readonly floor: any;
|
|
@@ -16327,7 +16327,7 @@ export declare const isOneOf: <T extends {
|
|
|
16327
16327
|
toJSON(): {
|
|
16328
16328
|
id: string;
|
|
16329
16329
|
name: string;
|
|
16330
|
-
type: import("@mappedin/mappedin-js/
|
|
16330
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
16331
16331
|
floor: string;
|
|
16332
16332
|
center: {
|
|
16333
16333
|
latitude: number;
|
|
@@ -16350,7 +16350,7 @@ export declare const isOneOf: <T extends {
|
|
|
16350
16350
|
readonly id: string;
|
|
16351
16351
|
}[];
|
|
16352
16352
|
}[];
|
|
16353
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
16353
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
16354
16354
|
readonly connections: {
|
|
16355
16355
|
"__#12@#private": any;
|
|
16356
16356
|
readonly __type: "connection";
|
|
@@ -16577,7 +16577,7 @@ export declare const isOneOf: <T extends {
|
|
|
16577
16577
|
"__#10@#private": any;
|
|
16578
16578
|
readonly __type: "space";
|
|
16579
16579
|
readonly name: string;
|
|
16580
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
16580
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
16581
16581
|
readonly description: string;
|
|
16582
16582
|
readonly images: import("@mappedin/mvf").Image[];
|
|
16583
16583
|
readonly floor: any;
|
|
@@ -16598,7 +16598,7 @@ export declare const isOneOf: <T extends {
|
|
|
16598
16598
|
toJSON(): {
|
|
16599
16599
|
id: string;
|
|
16600
16600
|
name: string;
|
|
16601
|
-
type: import("@mappedin/mappedin-js/
|
|
16601
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
16602
16602
|
floor: string;
|
|
16603
16603
|
center: {
|
|
16604
16604
|
latitude: number;
|
|
@@ -16621,7 +16621,7 @@ export declare const isOneOf: <T extends {
|
|
|
16621
16621
|
readonly id: string;
|
|
16622
16622
|
}[];
|
|
16623
16623
|
}[];
|
|
16624
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
16624
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
16625
16625
|
readonly connections: {
|
|
16626
16626
|
"__#12@#private": any;
|
|
16627
16627
|
readonly __type: "connection";
|
|
@@ -16875,7 +16875,7 @@ export declare const isOneOf: <T extends {
|
|
|
16875
16875
|
"__#10@#private": any;
|
|
16876
16876
|
readonly __type: "space";
|
|
16877
16877
|
readonly name: string;
|
|
16878
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
16878
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
16879
16879
|
readonly description: string;
|
|
16880
16880
|
readonly images: import("@mappedin/mvf").Image[];
|
|
16881
16881
|
readonly floor: any;
|
|
@@ -16896,7 +16896,7 @@ export declare const isOneOf: <T extends {
|
|
|
16896
16896
|
toJSON(): {
|
|
16897
16897
|
id: string;
|
|
16898
16898
|
name: string;
|
|
16899
|
-
type: import("@mappedin/mappedin-js/
|
|
16899
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
16900
16900
|
floor: string;
|
|
16901
16901
|
center: {
|
|
16902
16902
|
latitude: number;
|
|
@@ -16919,7 +16919,7 @@ export declare const isOneOf: <T extends {
|
|
|
16919
16919
|
readonly id: string;
|
|
16920
16920
|
}[];
|
|
16921
16921
|
}[];
|
|
16922
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
16922
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
16923
16923
|
readonly connections: any[];
|
|
16924
16924
|
readonly doors: {
|
|
16925
16925
|
"__#9@#private": any;
|
|
@@ -17122,7 +17122,7 @@ export declare const isOneOf: <T extends {
|
|
|
17122
17122
|
readonly id: string;
|
|
17123
17123
|
}[];
|
|
17124
17124
|
} | undefined;
|
|
17125
|
-
getById(type: "object", id: string): import("@mappedin/mappedin-js/
|
|
17125
|
+
getById(type: "object", id: string): import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject | undefined;
|
|
17126
17126
|
getById(type: "point-of-interest", id: string): {
|
|
17127
17127
|
"__#14@#private": any;
|
|
17128
17128
|
readonly __type: "point-of-interest";
|
|
@@ -17149,7 +17149,7 @@ export declare const isOneOf: <T extends {
|
|
|
17149
17149
|
"__#10@#private": any;
|
|
17150
17150
|
readonly __type: "space";
|
|
17151
17151
|
readonly name: string;
|
|
17152
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
17152
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
17153
17153
|
readonly description: string;
|
|
17154
17154
|
readonly images: import("@mappedin/mvf").Image[];
|
|
17155
17155
|
readonly floor: any;
|
|
@@ -17170,7 +17170,7 @@ export declare const isOneOf: <T extends {
|
|
|
17170
17170
|
toJSON(): {
|
|
17171
17171
|
id: string;
|
|
17172
17172
|
name: string;
|
|
17173
|
-
type: import("@mappedin/mappedin-js/
|
|
17173
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
17174
17174
|
floor: string;
|
|
17175
17175
|
center: {
|
|
17176
17176
|
latitude: number;
|
|
@@ -17193,7 +17193,7 @@ export declare const isOneOf: <T extends {
|
|
|
17193
17193
|
readonly id: string;
|
|
17194
17194
|
}[];
|
|
17195
17195
|
}[];
|
|
17196
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
17196
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
17197
17197
|
readonly connections: {
|
|
17198
17198
|
"__#12@#private": any;
|
|
17199
17199
|
readonly __type: "connection";
|
|
@@ -17428,7 +17428,7 @@ export declare const isOneOf: <T extends {
|
|
|
17428
17428
|
"__#10@#private": any;
|
|
17429
17429
|
readonly __type: "space";
|
|
17430
17430
|
readonly name: string;
|
|
17431
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
17431
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
17432
17432
|
readonly description: string;
|
|
17433
17433
|
readonly images: import("@mappedin/mvf").Image[];
|
|
17434
17434
|
readonly floor: any;
|
|
@@ -17449,7 +17449,7 @@ export declare const isOneOf: <T extends {
|
|
|
17449
17449
|
toJSON(): {
|
|
17450
17450
|
id: string;
|
|
17451
17451
|
name: string;
|
|
17452
|
-
type: import("@mappedin/mappedin-js/
|
|
17452
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
17453
17453
|
floor: string;
|
|
17454
17454
|
center: {
|
|
17455
17455
|
latitude: number;
|
|
@@ -17472,7 +17472,7 @@ export declare const isOneOf: <T extends {
|
|
|
17472
17472
|
readonly id: string;
|
|
17473
17473
|
}[];
|
|
17474
17474
|
}[];
|
|
17475
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
17475
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
17476
17476
|
readonly connections: {
|
|
17477
17477
|
"__#12@#private": any;
|
|
17478
17478
|
readonly __type: "connection";
|
|
@@ -17677,7 +17677,7 @@ export declare const isOneOf: <T extends {
|
|
|
17677
17677
|
readonly id: string;
|
|
17678
17678
|
}[];
|
|
17679
17679
|
} | undefined;
|
|
17680
|
-
getMapDataById(id: string): import("@mappedin/mappedin-js/
|
|
17680
|
+
getMapDataById(id: string): import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/types").MapDataObjects | undefined;
|
|
17681
17681
|
getMVFFeatureById(type: "space", id: string): import("@mappedin/mvf").Feature<import("@mappedin/mvf").Polygon | import("@mappedin/mvf").LineString | import("@mappedin/mvf").Point, import("@mappedin/mvf").SpaceProperties> | undefined;
|
|
17682
17682
|
getMVFFeatureById(type: "node", id: string): import("@mappedin/mvf").Feature<import("@mappedin/mvf").Point, import("@mappedin/mvf").NodeProperties> | undefined;
|
|
17683
17683
|
getMVFFeatureById(type: "obstruction", id: string): import("@mappedin/mvf").Feature<import("@mappedin/mvf").Polygon | import("@mappedin/mvf").LineString, import("@mappedin/mvf").ObstructionProperties> | undefined;
|
|
@@ -17710,7 +17710,7 @@ export declare const isOneOf: <T extends {
|
|
|
17710
17710
|
"__#10@#private": any;
|
|
17711
17711
|
readonly __type: "space";
|
|
17712
17712
|
readonly name: string;
|
|
17713
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
17713
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
17714
17714
|
readonly description: string;
|
|
17715
17715
|
readonly images: import("@mappedin/mvf").Image[];
|
|
17716
17716
|
readonly floor: any;
|
|
@@ -17731,7 +17731,7 @@ export declare const isOneOf: <T extends {
|
|
|
17731
17731
|
toJSON(): {
|
|
17732
17732
|
id: string;
|
|
17733
17733
|
name: string;
|
|
17734
|
-
type: import("@mappedin/mappedin-js/
|
|
17734
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
17735
17735
|
floor: string;
|
|
17736
17736
|
center: {
|
|
17737
17737
|
latitude: number;
|
|
@@ -17754,7 +17754,7 @@ export declare const isOneOf: <T extends {
|
|
|
17754
17754
|
readonly id: string;
|
|
17755
17755
|
}[];
|
|
17756
17756
|
}[];
|
|
17757
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
17757
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
17758
17758
|
readonly connections: {
|
|
17759
17759
|
"__#12@#private": any;
|
|
17760
17760
|
readonly __type: "connection";
|
|
@@ -17988,7 +17988,7 @@ export declare const isOneOf: <T extends {
|
|
|
17988
17988
|
"__#10@#private": any;
|
|
17989
17989
|
readonly __type: "space";
|
|
17990
17990
|
readonly name: string;
|
|
17991
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
17991
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
17992
17992
|
readonly description: string;
|
|
17993
17993
|
readonly images: import("@mappedin/mvf").Image[];
|
|
17994
17994
|
readonly floor: any;
|
|
@@ -18009,7 +18009,7 @@ export declare const isOneOf: <T extends {
|
|
|
18009
18009
|
toJSON(): {
|
|
18010
18010
|
id: string;
|
|
18011
18011
|
name: string;
|
|
18012
|
-
type: import("@mappedin/mappedin-js/
|
|
18012
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
18013
18013
|
floor: string;
|
|
18014
18014
|
center: {
|
|
18015
18015
|
latitude: number;
|
|
@@ -18032,7 +18032,7 @@ export declare const isOneOf: <T extends {
|
|
|
18032
18032
|
readonly id: string;
|
|
18033
18033
|
}[];
|
|
18034
18034
|
}[];
|
|
18035
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
18035
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
18036
18036
|
readonly connections: {
|
|
18037
18037
|
"__#12@#private": any;
|
|
18038
18038
|
readonly __type: "connection";
|
|
@@ -18308,7 +18308,7 @@ export declare const isOneOf: <T extends {
|
|
|
18308
18308
|
"__#10@#private": any;
|
|
18309
18309
|
readonly __type: "space";
|
|
18310
18310
|
readonly name: string;
|
|
18311
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
18311
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
18312
18312
|
readonly description: string;
|
|
18313
18313
|
readonly images: import("@mappedin/mvf").Image[];
|
|
18314
18314
|
readonly floor: {
|
|
@@ -18317,7 +18317,7 @@ export declare const isOneOf: <T extends {
|
|
|
18317
18317
|
readonly name: string;
|
|
18318
18318
|
readonly elevation: number;
|
|
18319
18319
|
readonly spaces: any[];
|
|
18320
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
18320
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
18321
18321
|
readonly connections: {
|
|
18322
18322
|
"__#12@#private": any;
|
|
18323
18323
|
readonly __type: "connection";
|
|
@@ -18558,7 +18558,7 @@ export declare const isOneOf: <T extends {
|
|
|
18558
18558
|
toJSON(): {
|
|
18559
18559
|
id: string;
|
|
18560
18560
|
name: string;
|
|
18561
|
-
type: import("@mappedin/mappedin-js/
|
|
18561
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
18562
18562
|
floor: string;
|
|
18563
18563
|
center: {
|
|
18564
18564
|
latitude: number;
|
|
@@ -18581,7 +18581,7 @@ export declare const isOneOf: <T extends {
|
|
|
18581
18581
|
readonly id: string;
|
|
18582
18582
|
}[];
|
|
18583
18583
|
}[];
|
|
18584
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
18584
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
18585
18585
|
readonly connections: {
|
|
18586
18586
|
"__#12@#private": any;
|
|
18587
18587
|
readonly __type: "connection";
|
|
@@ -18612,7 +18612,7 @@ export declare const isOneOf: <T extends {
|
|
|
18612
18612
|
"__#10@#private": any;
|
|
18613
18613
|
readonly __type: "space";
|
|
18614
18614
|
readonly name: string;
|
|
18615
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
18615
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
18616
18616
|
readonly description: string;
|
|
18617
18617
|
readonly images: import("@mappedin/mvf").Image[];
|
|
18618
18618
|
readonly floor: any;
|
|
@@ -18633,7 +18633,7 @@ export declare const isOneOf: <T extends {
|
|
|
18633
18633
|
toJSON(): {
|
|
18634
18634
|
id: string;
|
|
18635
18635
|
name: string;
|
|
18636
|
-
type: import("@mappedin/mappedin-js/
|
|
18636
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
18637
18637
|
floor: string;
|
|
18638
18638
|
center: {
|
|
18639
18639
|
latitude: number;
|
|
@@ -18656,7 +18656,7 @@ export declare const isOneOf: <T extends {
|
|
|
18656
18656
|
readonly id: string;
|
|
18657
18657
|
}[];
|
|
18658
18658
|
}[];
|
|
18659
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
18659
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
18660
18660
|
readonly connections: any[];
|
|
18661
18661
|
readonly doors: {
|
|
18662
18662
|
"__#9@#private": any;
|
|
@@ -18868,7 +18868,7 @@ export declare const isOneOf: <T extends {
|
|
|
18868
18868
|
"__#10@#private": any;
|
|
18869
18869
|
readonly __type: "space";
|
|
18870
18870
|
readonly name: string;
|
|
18871
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
18871
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
18872
18872
|
readonly description: string;
|
|
18873
18873
|
readonly images: import("@mappedin/mvf").Image[];
|
|
18874
18874
|
readonly floor: any;
|
|
@@ -18889,7 +18889,7 @@ export declare const isOneOf: <T extends {
|
|
|
18889
18889
|
toJSON(): {
|
|
18890
18890
|
id: string;
|
|
18891
18891
|
name: string;
|
|
18892
|
-
type: import("@mappedin/mappedin-js/
|
|
18892
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
18893
18893
|
floor: string;
|
|
18894
18894
|
center: {
|
|
18895
18895
|
latitude: number;
|
|
@@ -18912,7 +18912,7 @@ export declare const isOneOf: <T extends {
|
|
|
18912
18912
|
readonly id: string;
|
|
18913
18913
|
}[];
|
|
18914
18914
|
}[];
|
|
18915
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
18915
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
18916
18916
|
readonly connections: {
|
|
18917
18917
|
"__#12@#private": any;
|
|
18918
18918
|
readonly __type: "connection";
|
|
@@ -19151,7 +19151,7 @@ export declare const isOneOf: <T extends {
|
|
|
19151
19151
|
"__#10@#private": any;
|
|
19152
19152
|
readonly __type: "space";
|
|
19153
19153
|
readonly name: string;
|
|
19154
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
19154
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
19155
19155
|
readonly description: string;
|
|
19156
19156
|
readonly images: import("@mappedin/mvf").Image[];
|
|
19157
19157
|
readonly floor: any;
|
|
@@ -19172,7 +19172,7 @@ export declare const isOneOf: <T extends {
|
|
|
19172
19172
|
toJSON(): {
|
|
19173
19173
|
id: string;
|
|
19174
19174
|
name: string;
|
|
19175
|
-
type: import("@mappedin/mappedin-js/
|
|
19175
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
19176
19176
|
floor: string;
|
|
19177
19177
|
center: {
|
|
19178
19178
|
latitude: number;
|
|
@@ -19195,7 +19195,7 @@ export declare const isOneOf: <T extends {
|
|
|
19195
19195
|
readonly id: string;
|
|
19196
19196
|
}[];
|
|
19197
19197
|
}[];
|
|
19198
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
19198
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
19199
19199
|
readonly connections: {
|
|
19200
19200
|
"__#12@#private": any;
|
|
19201
19201
|
readonly __type: "connection";
|
|
@@ -19439,7 +19439,7 @@ export declare const isOneOf: <T extends {
|
|
|
19439
19439
|
"__#10@#private": any;
|
|
19440
19440
|
readonly __type: "space";
|
|
19441
19441
|
readonly name: string;
|
|
19442
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
19442
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
19443
19443
|
readonly description: string;
|
|
19444
19444
|
readonly images: import("@mappedin/mvf").Image[];
|
|
19445
19445
|
readonly floor: any;
|
|
@@ -19460,7 +19460,7 @@ export declare const isOneOf: <T extends {
|
|
|
19460
19460
|
toJSON(): {
|
|
19461
19461
|
id: string;
|
|
19462
19462
|
name: string;
|
|
19463
|
-
type: import("@mappedin/mappedin-js/
|
|
19463
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
19464
19464
|
floor: string;
|
|
19465
19465
|
center: {
|
|
19466
19466
|
latitude: number;
|
|
@@ -19483,7 +19483,7 @@ export declare const isOneOf: <T extends {
|
|
|
19483
19483
|
readonly id: string;
|
|
19484
19484
|
}[];
|
|
19485
19485
|
}[];
|
|
19486
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
19486
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
19487
19487
|
readonly connections: {
|
|
19488
19488
|
"__#12@#private": any;
|
|
19489
19489
|
readonly __type: "connection";
|
|
@@ -19718,7 +19718,7 @@ export declare const isOneOf: <T extends {
|
|
|
19718
19718
|
"__#10@#private": any;
|
|
19719
19719
|
readonly __type: "space";
|
|
19720
19720
|
readonly name: string;
|
|
19721
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
19721
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
19722
19722
|
readonly description: string;
|
|
19723
19723
|
readonly images: import("@mappedin/mvf").Image[];
|
|
19724
19724
|
readonly floor: any;
|
|
@@ -19739,7 +19739,7 @@ export declare const isOneOf: <T extends {
|
|
|
19739
19739
|
toJSON(): {
|
|
19740
19740
|
id: string;
|
|
19741
19741
|
name: string;
|
|
19742
|
-
type: import("@mappedin/mappedin-js/
|
|
19742
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
19743
19743
|
floor: string;
|
|
19744
19744
|
center: {
|
|
19745
19745
|
latitude: number;
|
|
@@ -19762,7 +19762,7 @@ export declare const isOneOf: <T extends {
|
|
|
19762
19762
|
readonly id: string;
|
|
19763
19763
|
}[];
|
|
19764
19764
|
}[];
|
|
19765
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
19765
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
19766
19766
|
readonly connections: {
|
|
19767
19767
|
"__#12@#private": any;
|
|
19768
19768
|
readonly __type: "connection";
|
|
@@ -19979,7 +19979,7 @@ export declare const isOneOf: <T extends {
|
|
|
19979
19979
|
"__#10@#private": any;
|
|
19980
19980
|
readonly __type: "space";
|
|
19981
19981
|
readonly name: string;
|
|
19982
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
19982
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
19983
19983
|
readonly description: string;
|
|
19984
19984
|
readonly images: import("@mappedin/mvf").Image[];
|
|
19985
19985
|
readonly floor: any;
|
|
@@ -20000,7 +20000,7 @@ export declare const isOneOf: <T extends {
|
|
|
20000
20000
|
toJSON(): {
|
|
20001
20001
|
id: string;
|
|
20002
20002
|
name: string;
|
|
20003
|
-
type: import("@mappedin/mappedin-js/
|
|
20003
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
20004
20004
|
floor: string;
|
|
20005
20005
|
center: {
|
|
20006
20006
|
latitude: number;
|
|
@@ -20023,7 +20023,7 @@ export declare const isOneOf: <T extends {
|
|
|
20023
20023
|
readonly id: string;
|
|
20024
20024
|
}[];
|
|
20025
20025
|
}[];
|
|
20026
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
20026
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
20027
20027
|
readonly connections: {
|
|
20028
20028
|
"__#12@#private": any;
|
|
20029
20029
|
readonly __type: "connection";
|
|
@@ -20299,7 +20299,7 @@ export declare const isOneOf: <T extends {
|
|
|
20299
20299
|
"__#10@#private": any;
|
|
20300
20300
|
readonly __type: "space";
|
|
20301
20301
|
readonly name: string;
|
|
20302
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
20302
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
20303
20303
|
readonly description: string;
|
|
20304
20304
|
readonly images: import("@mappedin/mvf").Image[];
|
|
20305
20305
|
readonly floor: any;
|
|
@@ -20320,7 +20320,7 @@ export declare const isOneOf: <T extends {
|
|
|
20320
20320
|
toJSON(): {
|
|
20321
20321
|
id: string;
|
|
20322
20322
|
name: string;
|
|
20323
|
-
type: import("@mappedin/mappedin-js/
|
|
20323
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
20324
20324
|
floor: string;
|
|
20325
20325
|
center: {
|
|
20326
20326
|
latitude: number;
|
|
@@ -20343,7 +20343,7 @@ export declare const isOneOf: <T extends {
|
|
|
20343
20343
|
readonly id: string;
|
|
20344
20344
|
}[];
|
|
20345
20345
|
}[];
|
|
20346
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
20346
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
20347
20347
|
readonly connections: {
|
|
20348
20348
|
"__#12@#private": any;
|
|
20349
20349
|
readonly __type: "connection";
|
|
@@ -20611,7 +20611,7 @@ export declare const isOneOf: <T extends {
|
|
|
20611
20611
|
"__#10@#private": any;
|
|
20612
20612
|
readonly __type: "space";
|
|
20613
20613
|
readonly name: string;
|
|
20614
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
20614
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
20615
20615
|
readonly description: string;
|
|
20616
20616
|
readonly images: import("@mappedin/mvf").Image[];
|
|
20617
20617
|
readonly floor: {
|
|
@@ -20620,7 +20620,7 @@ export declare const isOneOf: <T extends {
|
|
|
20620
20620
|
readonly name: string;
|
|
20621
20621
|
readonly elevation: number;
|
|
20622
20622
|
readonly spaces: any[];
|
|
20623
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
20623
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
20624
20624
|
readonly connections: {
|
|
20625
20625
|
"__#12@#private": any;
|
|
20626
20626
|
readonly __type: "connection";
|
|
@@ -20861,7 +20861,7 @@ export declare const isOneOf: <T extends {
|
|
|
20861
20861
|
toJSON(): {
|
|
20862
20862
|
id: string;
|
|
20863
20863
|
name: string;
|
|
20864
|
-
type: import("@mappedin/mappedin-js/
|
|
20864
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
20865
20865
|
floor: string;
|
|
20866
20866
|
center: {
|
|
20867
20867
|
latitude: number;
|
|
@@ -20899,7 +20899,7 @@ export declare const isOneOf: <T extends {
|
|
|
20899
20899
|
"__#10@#private": any;
|
|
20900
20900
|
readonly __type: "space";
|
|
20901
20901
|
readonly name: string;
|
|
20902
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
20902
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
20903
20903
|
readonly description: string;
|
|
20904
20904
|
readonly images: import("@mappedin/mvf").Image[];
|
|
20905
20905
|
readonly floor: any;
|
|
@@ -20920,7 +20920,7 @@ export declare const isOneOf: <T extends {
|
|
|
20920
20920
|
toJSON(): {
|
|
20921
20921
|
id: string;
|
|
20922
20922
|
name: string;
|
|
20923
|
-
type: import("@mappedin/mappedin-js/
|
|
20923
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
20924
20924
|
floor: string;
|
|
20925
20925
|
center: {
|
|
20926
20926
|
latitude: number;
|
|
@@ -20943,7 +20943,7 @@ export declare const isOneOf: <T extends {
|
|
|
20943
20943
|
readonly id: string;
|
|
20944
20944
|
}[];
|
|
20945
20945
|
}[];
|
|
20946
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
20946
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
20947
20947
|
readonly connections: {
|
|
20948
20948
|
"__#12@#private": any;
|
|
20949
20949
|
readonly __type: "connection";
|
|
@@ -21170,7 +21170,7 @@ export declare const isOneOf: <T extends {
|
|
|
21170
21170
|
"__#10@#private": any;
|
|
21171
21171
|
readonly __type: "space";
|
|
21172
21172
|
readonly name: string;
|
|
21173
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
21173
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
21174
21174
|
readonly description: string;
|
|
21175
21175
|
readonly images: import("@mappedin/mvf").Image[];
|
|
21176
21176
|
readonly floor: any;
|
|
@@ -21191,7 +21191,7 @@ export declare const isOneOf: <T extends {
|
|
|
21191
21191
|
toJSON(): {
|
|
21192
21192
|
id: string;
|
|
21193
21193
|
name: string;
|
|
21194
|
-
type: import("@mappedin/mappedin-js/
|
|
21194
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
21195
21195
|
floor: string;
|
|
21196
21196
|
center: {
|
|
21197
21197
|
latitude: number;
|
|
@@ -21214,7 +21214,7 @@ export declare const isOneOf: <T extends {
|
|
|
21214
21214
|
readonly id: string;
|
|
21215
21215
|
}[];
|
|
21216
21216
|
}[];
|
|
21217
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
21217
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
21218
21218
|
readonly connections: {
|
|
21219
21219
|
"__#12@#private": any;
|
|
21220
21220
|
readonly __type: "connection";
|
|
@@ -21468,7 +21468,7 @@ export declare const isOneOf: <T extends {
|
|
|
21468
21468
|
"__#10@#private": any;
|
|
21469
21469
|
readonly __type: "space";
|
|
21470
21470
|
readonly name: string;
|
|
21471
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
21471
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
21472
21472
|
readonly description: string;
|
|
21473
21473
|
readonly images: import("@mappedin/mvf").Image[];
|
|
21474
21474
|
readonly floor: any;
|
|
@@ -21489,7 +21489,7 @@ export declare const isOneOf: <T extends {
|
|
|
21489
21489
|
toJSON(): {
|
|
21490
21490
|
id: string;
|
|
21491
21491
|
name: string;
|
|
21492
|
-
type: import("@mappedin/mappedin-js/
|
|
21492
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
21493
21493
|
floor: string;
|
|
21494
21494
|
center: {
|
|
21495
21495
|
latitude: number;
|
|
@@ -21512,7 +21512,7 @@ export declare const isOneOf: <T extends {
|
|
|
21512
21512
|
readonly id: string;
|
|
21513
21513
|
}[];
|
|
21514
21514
|
}[];
|
|
21515
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
21515
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
21516
21516
|
readonly connections: any[];
|
|
21517
21517
|
readonly doors: {
|
|
21518
21518
|
"__#9@#private": any;
|
|
@@ -21715,7 +21715,7 @@ export declare const isOneOf: <T extends {
|
|
|
21715
21715
|
readonly id: string;
|
|
21716
21716
|
}[];
|
|
21717
21717
|
} | undefined;
|
|
21718
|
-
getById(type: "object", id: string): import("@mappedin/mappedin-js/
|
|
21718
|
+
getById(type: "object", id: string): import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject | undefined;
|
|
21719
21719
|
getById(type: "point-of-interest", id: string): {
|
|
21720
21720
|
"__#14@#private": any;
|
|
21721
21721
|
readonly __type: "point-of-interest";
|
|
@@ -21742,7 +21742,7 @@ export declare const isOneOf: <T extends {
|
|
|
21742
21742
|
"__#10@#private": any;
|
|
21743
21743
|
readonly __type: "space";
|
|
21744
21744
|
readonly name: string;
|
|
21745
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
21745
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
21746
21746
|
readonly description: string;
|
|
21747
21747
|
readonly images: import("@mappedin/mvf").Image[];
|
|
21748
21748
|
readonly floor: any;
|
|
@@ -21763,7 +21763,7 @@ export declare const isOneOf: <T extends {
|
|
|
21763
21763
|
toJSON(): {
|
|
21764
21764
|
id: string;
|
|
21765
21765
|
name: string;
|
|
21766
|
-
type: import("@mappedin/mappedin-js/
|
|
21766
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
21767
21767
|
floor: string;
|
|
21768
21768
|
center: {
|
|
21769
21769
|
latitude: number;
|
|
@@ -21786,7 +21786,7 @@ export declare const isOneOf: <T extends {
|
|
|
21786
21786
|
readonly id: string;
|
|
21787
21787
|
}[];
|
|
21788
21788
|
}[];
|
|
21789
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
21789
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
21790
21790
|
readonly connections: {
|
|
21791
21791
|
"__#12@#private": any;
|
|
21792
21792
|
readonly __type: "connection";
|
|
@@ -22021,7 +22021,7 @@ export declare const isOneOf: <T extends {
|
|
|
22021
22021
|
"__#10@#private": any;
|
|
22022
22022
|
readonly __type: "space";
|
|
22023
22023
|
readonly name: string;
|
|
22024
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
22024
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
22025
22025
|
readonly description: string;
|
|
22026
22026
|
readonly images: import("@mappedin/mvf").Image[];
|
|
22027
22027
|
readonly floor: any;
|
|
@@ -22042,7 +22042,7 @@ export declare const isOneOf: <T extends {
|
|
|
22042
22042
|
toJSON(): {
|
|
22043
22043
|
id: string;
|
|
22044
22044
|
name: string;
|
|
22045
|
-
type: import("@mappedin/mappedin-js/
|
|
22045
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
22046
22046
|
floor: string;
|
|
22047
22047
|
center: {
|
|
22048
22048
|
latitude: number;
|
|
@@ -22065,7 +22065,7 @@ export declare const isOneOf: <T extends {
|
|
|
22065
22065
|
readonly id: string;
|
|
22066
22066
|
}[];
|
|
22067
22067
|
}[];
|
|
22068
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
22068
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
22069
22069
|
readonly connections: {
|
|
22070
22070
|
"__#12@#private": any;
|
|
22071
22071
|
readonly __type: "connection";
|
|
@@ -22270,7 +22270,7 @@ export declare const isOneOf: <T extends {
|
|
|
22270
22270
|
readonly id: string;
|
|
22271
22271
|
}[];
|
|
22272
22272
|
} | undefined;
|
|
22273
|
-
getMapDataById(id: string): import("@mappedin/mappedin-js/
|
|
22273
|
+
getMapDataById(id: string): import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/types").MapDataObjects | undefined;
|
|
22274
22274
|
getMVFFeatureById(type: "space", id: string): import("@mappedin/mvf").Feature<import("@mappedin/mvf").Polygon | import("@mappedin/mvf").LineString | import("@mappedin/mvf").Point, import("@mappedin/mvf").SpaceProperties> | undefined;
|
|
22275
22275
|
getMVFFeatureById(type: "node", id: string): import("@mappedin/mvf").Feature<import("@mappedin/mvf").Point, import("@mappedin/mvf").NodeProperties> | undefined;
|
|
22276
22276
|
getMVFFeatureById(type: "obstruction", id: string): import("@mappedin/mvf").Feature<import("@mappedin/mvf").Polygon | import("@mappedin/mvf").LineString, import("@mappedin/mvf").ObstructionProperties> | undefined;
|
|
@@ -22320,7 +22320,7 @@ export declare const isOneOf: <T extends {
|
|
|
22320
22320
|
"__#10@#private": any;
|
|
22321
22321
|
readonly __type: "space";
|
|
22322
22322
|
readonly name: string;
|
|
22323
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
22323
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
22324
22324
|
readonly description: string;
|
|
22325
22325
|
readonly images: import("@mappedin/mvf").Image[];
|
|
22326
22326
|
readonly floor: any;
|
|
@@ -22341,7 +22341,7 @@ export declare const isOneOf: <T extends {
|
|
|
22341
22341
|
toJSON(): {
|
|
22342
22342
|
id: string;
|
|
22343
22343
|
name: string;
|
|
22344
|
-
type: import("@mappedin/mappedin-js/
|
|
22344
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
22345
22345
|
floor: string;
|
|
22346
22346
|
center: {
|
|
22347
22347
|
latitude: number;
|
|
@@ -22364,7 +22364,7 @@ export declare const isOneOf: <T extends {
|
|
|
22364
22364
|
readonly id: string;
|
|
22365
22365
|
}[];
|
|
22366
22366
|
}[];
|
|
22367
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
22367
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
22368
22368
|
readonly connections: {
|
|
22369
22369
|
"__#12@#private": any;
|
|
22370
22370
|
readonly __type: "connection";
|
|
@@ -22598,7 +22598,7 @@ export declare const isOneOf: <T extends {
|
|
|
22598
22598
|
"__#10@#private": any;
|
|
22599
22599
|
readonly __type: "space";
|
|
22600
22600
|
readonly name: string;
|
|
22601
|
-
readonly type: import("@mappedin/mappedin-js/
|
|
22601
|
+
readonly type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
22602
22602
|
readonly description: string;
|
|
22603
22603
|
readonly images: import("@mappedin/mvf").Image[];
|
|
22604
22604
|
readonly floor: any;
|
|
@@ -22619,7 +22619,7 @@ export declare const isOneOf: <T extends {
|
|
|
22619
22619
|
toJSON(): {
|
|
22620
22620
|
id: string;
|
|
22621
22621
|
name: string;
|
|
22622
|
-
type: import("@mappedin/mappedin-js/
|
|
22622
|
+
type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
|
|
22623
22623
|
floor: string;
|
|
22624
22624
|
center: {
|
|
22625
22625
|
latitude: number;
|
|
@@ -22642,7 +22642,7 @@ export declare const isOneOf: <T extends {
|
|
|
22642
22642
|
readonly id: string;
|
|
22643
22643
|
}[];
|
|
22644
22644
|
}[];
|
|
22645
|
-
readonly objects: import("@mappedin/mappedin-js/
|
|
22645
|
+
readonly objects: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object").MapObject[];
|
|
22646
22646
|
readonly connections: {
|
|
22647
22647
|
"__#12@#private": any;
|
|
22648
22648
|
readonly __type: "connection";
|