@mappedin/viewer 0.45.1-ccfa81d.0 → 0.45.1-ea1d8f9.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.
@@ -72,6 +72,7 @@ declare class DirectionsController {
72
72
  states?: LocationState[] | undefined;
73
73
  tags?: string[] | undefined;
74
74
  type: string;
75
+ hidden: boolean;
75
76
  readonly focusTarget: /*elided*/ any[];
76
77
  readonly categories: {
77
78
  "__#29@#private": any;
@@ -87,6 +88,7 @@ declare class DirectionsController {
87
88
  readonly children: /*elided*/ any[];
88
89
  readonly locations: /*elided*/ any[];
89
90
  toJSON(): {
91
+ __type: string;
90
92
  id: string;
91
93
  name: string;
92
94
  };
@@ -111,9 +113,11 @@ declare class DirectionsController {
111
113
  readonly focusTarget: Coordinate;
112
114
  readonly anchorTarget: Coordinate;
113
115
  toJSON(): {
116
+ __type: string;
114
117
  id: string;
115
118
  floor: string;
116
119
  coordinate: {
120
+ __type: string;
117
121
  latitude: number;
118
122
  longitude: number;
119
123
  floor: string | undefined;
@@ -126,6 +130,7 @@ declare class DirectionsController {
126
130
  }[];
127
131
  readonly spaces: /*elided*/ any[];
128
132
  toJSON(): {
133
+ __type: string;
129
134
  id: string;
130
135
  name: string;
131
136
  };
@@ -147,10 +152,12 @@ declare class DirectionsController {
147
152
  readonly focusTarget: Coordinate;
148
153
  readonly anchorTarget: Coordinate;
149
154
  toJSON(): {
155
+ __type: string;
150
156
  id: string;
151
157
  name: string;
152
158
  floor: string;
153
159
  center: {
160
+ __type: string;
154
161
  latitude: number;
155
162
  longitude: number;
156
163
  floor: string | undefined;
@@ -164,10 +171,12 @@ declare class DirectionsController {
164
171
  readonly description: string;
165
172
  readonly images: {
166
173
  "__#25@#private": any;
174
+ readonly __type: "image";
167
175
  readonly url: string | undefined;
168
176
  readonly name: string | undefined;
169
177
  readonly altText: string | undefined;
170
178
  toJSON(): {
179
+ __type: string;
171
180
  id: string;
172
181
  url: string | undefined;
173
182
  name: string | undefined;
@@ -177,9 +186,11 @@ declare class DirectionsController {
177
186
  }[];
178
187
  readonly links: {
179
188
  "__#24@#private": any;
189
+ readonly __type: "hyperlink";
180
190
  readonly url: string;
181
191
  readonly name: string | undefined;
182
192
  toJSON(): {
193
+ __type: string;
183
194
  id: string;
184
195
  url: string;
185
196
  name: string | undefined;
@@ -199,10 +210,12 @@ declare class DirectionsController {
199
210
  social: LocationSocial[];
200
211
  images: {
201
212
  "__#25@#private": any;
213
+ readonly __type: "image";
202
214
  readonly url: string | undefined;
203
215
  readonly name: string | undefined;
204
216
  readonly altText: string | undefined;
205
217
  toJSON(): {
218
+ __type: string;
206
219
  id: string;
207
220
  url: string | undefined;
208
221
  name: string | undefined;
@@ -212,9 +225,11 @@ declare class DirectionsController {
212
225
  }[];
213
226
  links: {
214
227
  "__#24@#private": any;
228
+ readonly __type: "hyperlink";
215
229
  readonly url: string;
216
230
  readonly name: string | undefined;
217
231
  toJSON(): {
232
+ __type: string;
218
233
  id: string;
219
234
  url: string;
220
235
  name: string | undefined;
@@ -224,9 +239,11 @@ declare class DirectionsController {
224
239
  }[];
225
240
  website?: {
226
241
  "__#24@#private": any;
242
+ readonly __type: "hyperlink";
227
243
  readonly url: string;
228
244
  readonly name: string | undefined;
229
245
  toJSON(): {
246
+ __type: string;
230
247
  id: string;
231
248
  url: string;
232
249
  name: string | undefined;
@@ -236,10 +253,12 @@ declare class DirectionsController {
236
253
  };
237
254
  icon?: {
238
255
  "__#25@#private": any;
256
+ readonly __type: "image";
239
257
  readonly url: string | undefined;
240
258
  readonly name: string | undefined;
241
259
  readonly altText: string | undefined;
242
260
  toJSON(): {
261
+ __type: string;
243
262
  id: string;
244
263
  url: string | undefined;
245
264
  name: string | undefined;
@@ -261,10 +280,12 @@ declare class DirectionsController {
261
280
  readonly focusTarget: Coordinate;
262
281
  readonly anchorTarget: Coordinate;
263
282
  toJSON(): {
283
+ __type: string;
264
284
  id: string;
265
285
  name: string;
266
286
  floor: string;
267
287
  coordinate: {
288
+ __type: string;
268
289
  latitude: number;
269
290
  longitude: number;
270
291
  floor: string | undefined;
@@ -278,10 +299,12 @@ declare class DirectionsController {
278
299
  readonly description: string;
279
300
  readonly images: {
280
301
  "__#25@#private": any;
302
+ readonly __type: "image";
281
303
  readonly url: string | undefined;
282
304
  readonly name: string | undefined;
283
305
  readonly altText: string | undefined;
284
306
  toJSON(): {
307
+ __type: string;
285
308
  id: string;
286
309
  url: string | undefined;
287
310
  name: string | undefined;
@@ -291,9 +314,11 @@ declare class DirectionsController {
291
314
  }[];
292
315
  readonly links: {
293
316
  "__#24@#private": any;
317
+ readonly __type: "hyperlink";
294
318
  readonly url: string;
295
319
  readonly name: string | undefined;
296
320
  toJSON(): {
321
+ __type: string;
297
322
  id: string;
298
323
  url: string;
299
324
  name: string | undefined;
@@ -352,6 +377,7 @@ declare class DirectionsController {
352
377
  states?: LocationState[] | undefined;
353
378
  tags?: string[] | undefined;
354
379
  type: string;
380
+ hidden: boolean;
355
381
  readonly focusTarget: /*elided*/ any[];
356
382
  readonly categories: {
357
383
  "__#29@#private": any;
@@ -367,6 +393,7 @@ declare class DirectionsController {
367
393
  readonly children: /*elided*/ any[];
368
394
  readonly locations: /*elided*/ any[];
369
395
  toJSON(): {
396
+ __type: string;
370
397
  id: string;
371
398
  name: string;
372
399
  };
@@ -377,6 +404,7 @@ declare class DirectionsController {
377
404
  readonly nodes: /*elided*/ any[];
378
405
  readonly spaces: /*elided*/ any[];
379
406
  toJSON(): {
407
+ __type: string;
380
408
  id: string;
381
409
  name: string;
382
410
  };
@@ -396,9 +424,11 @@ declare class DirectionsController {
396
424
  readonly focusTarget: Coordinate;
397
425
  readonly anchorTarget: Coordinate;
398
426
  toJSON(): {
427
+ __type: string;
399
428
  id: string;
400
429
  floor: string;
401
430
  coordinate: {
431
+ __type: string;
402
432
  latitude: number;
403
433
  longitude: number;
404
434
  floor: string | undefined;
@@ -413,11 +443,13 @@ declare class DirectionsController {
413
443
  readonly locationProfiles: /*elided*/ any[];
414
444
  readonly focusTarget: Coordinate[];
415
445
  toJSON(): {
446
+ __type: string;
416
447
  id: string;
417
448
  name: string;
418
449
  type: string;
419
450
  externalId: string;
420
451
  coordinates: {
452
+ __type: string;
421
453
  latitude: number;
422
454
  longitude: number;
423
455
  floor: string | undefined;
@@ -433,10 +465,12 @@ declare class DirectionsController {
433
465
  readonly description: string;
434
466
  readonly images: {
435
467
  "__#25@#private": any;
468
+ readonly __type: "image";
436
469
  readonly url: string | undefined;
437
470
  readonly name: string | undefined;
438
471
  readonly altText: string | undefined;
439
472
  toJSON(): {
473
+ __type: string;
440
474
  id: string;
441
475
  url: string | undefined;
442
476
  name: string | undefined;
@@ -446,9 +480,11 @@ declare class DirectionsController {
446
480
  }[];
447
481
  readonly links: {
448
482
  "__#24@#private": any;
483
+ readonly __type: "hyperlink";
449
484
  readonly url: string;
450
485
  readonly name: string | undefined;
451
486
  toJSON(): {
487
+ __type: string;
452
488
  id: string;
453
489
  url: string;
454
490
  name: string | undefined;
@@ -476,10 +512,12 @@ declare class DirectionsController {
476
512
  readonly focusTarget: Coordinate;
477
513
  readonly anchorTarget: Coordinate;
478
514
  toJSON(): {
515
+ __type: string;
479
516
  id: string;
480
517
  group: string;
481
518
  type: string;
482
519
  coordinate: {
520
+ __type: string;
483
521
  latitude: number;
484
522
  longitude: number;
485
523
  floor: string | undefined;
@@ -493,10 +531,12 @@ declare class DirectionsController {
493
531
  readonly description: string;
494
532
  readonly images: {
495
533
  "__#25@#private": any;
534
+ readonly __type: "image";
496
535
  readonly url: string | undefined;
497
536
  readonly name: string | undefined;
498
537
  readonly altText: string | undefined;
499
538
  toJSON(): {
539
+ __type: string;
500
540
  id: string;
501
541
  url: string | undefined;
502
542
  name: string | undefined;
@@ -506,9 +546,11 @@ declare class DirectionsController {
506
546
  }[];
507
547
  readonly links: {
508
548
  "__#24@#private": any;
549
+ readonly __type: "hyperlink";
509
550
  readonly url: string;
510
551
  readonly name: string | undefined;
511
552
  toJSON(): {
553
+ __type: string;
512
554
  id: string;
513
555
  url: string;
514
556
  name: string | undefined;
@@ -531,6 +573,7 @@ declare class DirectionsController {
531
573
  readonly children: /*elided*/ any[];
532
574
  readonly locationProfiles: /*elided*/ any[];
533
575
  toJSON(): {
576
+ __type: string;
534
577
  id: string;
535
578
  name: string;
536
579
  };
@@ -549,6 +592,7 @@ declare class DirectionsController {
549
592
  readonly focusTarget: /*elided*/ any;
550
593
  readonly anchorTarget: Coordinate;
551
594
  toJSON(): {
595
+ __type: string;
552
596
  id: string;
553
597
  name: string;
554
598
  floor: string;
@@ -560,10 +604,12 @@ declare class DirectionsController {
560
604
  readonly description: string;
561
605
  readonly images: {
562
606
  "__#25@#private": any;
607
+ readonly __type: "image";
563
608
  readonly url: string | undefined;
564
609
  readonly name: string | undefined;
565
610
  readonly altText: string | undefined;
566
611
  toJSON(): {
612
+ __type: string;
567
613
  id: string;
568
614
  url: string | undefined;
569
615
  name: string | undefined;
@@ -573,9 +619,11 @@ declare class DirectionsController {
573
619
  }[];
574
620
  readonly links: {
575
621
  "__#24@#private": any;
622
+ readonly __type: "hyperlink";
576
623
  readonly url: string;
577
624
  readonly name: string | undefined;
578
625
  toJSON(): {
626
+ __type: string;
579
627
  id: string;
580
628
  url: string;
581
629
  name: string | undefined;
@@ -592,6 +640,7 @@ declare class DirectionsController {
592
640
  readonly openingHours: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/opening-hours").OpeningHours;
593
641
  readonly navigationTarget: import("@mappedin/mappedin-js/mappedin-js/src/types").TNavigationTarget[];
594
642
  toJSON(): {
643
+ __type: string;
595
644
  id: string;
596
645
  name: string;
597
646
  };
@@ -609,11 +658,13 @@ declare class DirectionsController {
609
658
  readonly focusTarget: /*elided*/ any | Coordinate;
610
659
  readonly anchorTarget: Coordinate;
611
660
  toJSON(): {
661
+ __type: string;
612
662
  id: string;
613
663
  name: string;
614
664
  type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
615
665
  floor: string;
616
666
  center: {
667
+ __type: string;
617
668
  latitude: number;
618
669
  longitude: number;
619
670
  floor: string | undefined;
@@ -627,10 +678,12 @@ declare class DirectionsController {
627
678
  readonly description: string;
628
679
  readonly images: {
629
680
  "__#25@#private": any;
681
+ readonly __type: "image";
630
682
  readonly url: string | undefined;
631
683
  readonly name: string | undefined;
632
684
  readonly altText: string | undefined;
633
685
  toJSON(): {
686
+ __type: string;
634
687
  id: string;
635
688
  url: string | undefined;
636
689
  name: string | undefined;
@@ -640,9 +693,11 @@ declare class DirectionsController {
640
693
  }[];
641
694
  readonly links: {
642
695
  "__#24@#private": any;
696
+ readonly __type: "hyperlink";
643
697
  readonly url: string;
644
698
  readonly name: string | undefined;
645
699
  toJSON(): {
700
+ __type: string;
646
701
  id: string;
647
702
  url: string;
648
703
  name: string | undefined;
@@ -662,10 +717,12 @@ declare class DirectionsController {
662
717
  social: LocationSocial[];
663
718
  images: {
664
719
  "__#25@#private": any;
720
+ readonly __type: "image";
665
721
  readonly url: string | undefined;
666
722
  readonly name: string | undefined;
667
723
  readonly altText: string | undefined;
668
724
  toJSON(): {
725
+ __type: string;
669
726
  id: string;
670
727
  url: string | undefined;
671
728
  name: string | undefined;
@@ -675,9 +732,11 @@ declare class DirectionsController {
675
732
  }[];
676
733
  links: {
677
734
  "__#24@#private": any;
735
+ readonly __type: "hyperlink";
678
736
  readonly url: string;
679
737
  readonly name: string | undefined;
680
738
  toJSON(): {
739
+ __type: string;
681
740
  id: string;
682
741
  url: string;
683
742
  name: string | undefined;
@@ -687,9 +746,11 @@ declare class DirectionsController {
687
746
  }[];
688
747
  website?: {
689
748
  "__#24@#private": any;
749
+ readonly __type: "hyperlink";
690
750
  readonly url: string;
691
751
  readonly name: string | undefined;
692
752
  toJSON(): {
753
+ __type: string;
693
754
  id: string;
694
755
  url: string;
695
756
  name: string | undefined;
@@ -699,10 +760,12 @@ declare class DirectionsController {
699
760
  };
700
761
  icon?: {
701
762
  "__#25@#private": any;
763
+ readonly __type: "image";
702
764
  readonly url: string | undefined;
703
765
  readonly name: string | undefined;
704
766
  readonly altText: string | undefined;
705
767
  toJSON(): {
768
+ __type: string;
706
769
  id: string;
707
770
  url: string | undefined;
708
771
  name: string | undefined;
@@ -724,10 +787,12 @@ declare class DirectionsController {
724
787
  readonly focusTarget: Coordinate;
725
788
  readonly anchorTarget: Coordinate;
726
789
  toJSON(): {
790
+ __type: string;
727
791
  id: string;
728
792
  name: string;
729
793
  floor: string;
730
794
  coordinate: {
795
+ __type: string;
731
796
  latitude: number;
732
797
  longitude: number;
733
798
  floor: string | undefined;
@@ -741,10 +806,12 @@ declare class DirectionsController {
741
806
  readonly description: string;
742
807
  readonly images: {
743
808
  "__#25@#private": any;
809
+ readonly __type: "image";
744
810
  readonly url: string | undefined;
745
811
  readonly name: string | undefined;
746
812
  readonly altText: string | undefined;
747
813
  toJSON(): {
814
+ __type: string;
748
815
  id: string;
749
816
  url: string | undefined;
750
817
  name: string | undefined;
@@ -754,9 +821,11 @@ declare class DirectionsController {
754
821
  }[];
755
822
  readonly links: {
756
823
  "__#24@#private": any;
824
+ readonly __type: "hyperlink";
757
825
  readonly url: string;
758
826
  readonly name: string | undefined;
759
827
  toJSON(): {
828
+ __type: string;
760
829
  id: string;
761
830
  url: string;
762
831
  name: string | undefined;
@@ -783,10 +852,12 @@ declare class DirectionsController {
783
852
  readonly focusTarget: Coordinate;
784
853
  readonly anchorTarget: Coordinate;
785
854
  toJSON(): {
855
+ __type: string;
786
856
  id: string;
787
857
  name: string;
788
858
  floor: string;
789
859
  center: {
860
+ __type: string;
790
861
  latitude: number;
791
862
  longitude: number;
792
863
  floor: string | undefined;
@@ -800,10 +871,12 @@ declare class DirectionsController {
800
871
  readonly description: string;
801
872
  readonly images: {
802
873
  "__#25@#private": any;
874
+ readonly __type: "image";
803
875
  readonly url: string | undefined;
804
876
  readonly name: string | undefined;
805
877
  readonly altText: string | undefined;
806
878
  toJSON(): {
879
+ __type: string;
807
880
  id: string;
808
881
  url: string | undefined;
809
882
  name: string | undefined;
@@ -813,9 +886,11 @@ declare class DirectionsController {
813
886
  }[];
814
887
  readonly links: {
815
888
  "__#24@#private": any;
889
+ readonly __type: "hyperlink";
816
890
  readonly url: string;
817
891
  readonly name: string | undefined;
818
892
  toJSON(): {
893
+ __type: string;
819
894
  id: string;
820
895
  url: string;
821
896
  name: string | undefined;
@@ -873,6 +948,7 @@ declare class DirectionsController {
873
948
  states?: LocationState[] | undefined;
874
949
  tags?: string[] | undefined;
875
950
  type: string;
951
+ hidden: boolean;
876
952
  readonly focusTarget: /*elided*/ any[];
877
953
  readonly categories: {
878
954
  "__#29@#private": any;
@@ -888,6 +964,7 @@ declare class DirectionsController {
888
964
  readonly children: /*elided*/ any[];
889
965
  readonly locations: /*elided*/ any[];
890
966
  toJSON(): {
967
+ __type: string;
891
968
  id: string;
892
969
  name: string;
893
970
  };
@@ -898,6 +975,7 @@ declare class DirectionsController {
898
975
  readonly nodes: /*elided*/ any[];
899
976
  readonly spaces: /*elided*/ any[];
900
977
  toJSON(): {
978
+ __type: string;
901
979
  id: string;
902
980
  name: string;
903
981
  };
@@ -917,9 +995,11 @@ declare class DirectionsController {
917
995
  readonly focusTarget: Coordinate;
918
996
  readonly anchorTarget: Coordinate;
919
997
  toJSON(): {
998
+ __type: string;
920
999
  id: string;
921
1000
  floor: string;
922
1001
  coordinate: {
1002
+ __type: string;
923
1003
  latitude: number;
924
1004
  longitude: number;
925
1005
  floor: string | undefined;
@@ -934,11 +1014,13 @@ declare class DirectionsController {
934
1014
  readonly locationProfiles: /*elided*/ any[];
935
1015
  readonly focusTarget: Coordinate[];
936
1016
  toJSON(): {
1017
+ __type: string;
937
1018
  id: string;
938
1019
  name: string;
939
1020
  type: string;
940
1021
  externalId: string;
941
1022
  coordinates: {
1023
+ __type: string;
942
1024
  latitude: number;
943
1025
  longitude: number;
944
1026
  floor: string | undefined;
@@ -954,10 +1036,12 @@ declare class DirectionsController {
954
1036
  readonly description: string;
955
1037
  readonly images: {
956
1038
  "__#25@#private": any;
1039
+ readonly __type: "image";
957
1040
  readonly url: string | undefined;
958
1041
  readonly name: string | undefined;
959
1042
  readonly altText: string | undefined;
960
1043
  toJSON(): {
1044
+ __type: string;
961
1045
  id: string;
962
1046
  url: string | undefined;
963
1047
  name: string | undefined;
@@ -967,9 +1051,11 @@ declare class DirectionsController {
967
1051
  }[];
968
1052
  readonly links: {
969
1053
  "__#24@#private": any;
1054
+ readonly __type: "hyperlink";
970
1055
  readonly url: string;
971
1056
  readonly name: string | undefined;
972
1057
  toJSON(): {
1058
+ __type: string;
973
1059
  id: string;
974
1060
  url: string;
975
1061
  name: string | undefined;
@@ -997,10 +1083,12 @@ declare class DirectionsController {
997
1083
  readonly focusTarget: Coordinate;
998
1084
  readonly anchorTarget: Coordinate;
999
1085
  toJSON(): {
1086
+ __type: string;
1000
1087
  id: string;
1001
1088
  group: string;
1002
1089
  type: string;
1003
1090
  coordinate: {
1091
+ __type: string;
1004
1092
  latitude: number;
1005
1093
  longitude: number;
1006
1094
  floor: string | undefined;
@@ -1014,10 +1102,12 @@ declare class DirectionsController {
1014
1102
  readonly description: string;
1015
1103
  readonly images: {
1016
1104
  "__#25@#private": any;
1105
+ readonly __type: "image";
1017
1106
  readonly url: string | undefined;
1018
1107
  readonly name: string | undefined;
1019
1108
  readonly altText: string | undefined;
1020
1109
  toJSON(): {
1110
+ __type: string;
1021
1111
  id: string;
1022
1112
  url: string | undefined;
1023
1113
  name: string | undefined;
@@ -1027,9 +1117,11 @@ declare class DirectionsController {
1027
1117
  }[];
1028
1118
  readonly links: {
1029
1119
  "__#24@#private": any;
1120
+ readonly __type: "hyperlink";
1030
1121
  readonly url: string;
1031
1122
  readonly name: string | undefined;
1032
1123
  toJSON(): {
1124
+ __type: string;
1033
1125
  id: string;
1034
1126
  url: string;
1035
1127
  name: string | undefined;
@@ -1052,6 +1144,7 @@ declare class DirectionsController {
1052
1144
  readonly children: /*elided*/ any[];
1053
1145
  readonly locationProfiles: /*elided*/ any[];
1054
1146
  toJSON(): {
1147
+ __type: string;
1055
1148
  id: string;
1056
1149
  name: string;
1057
1150
  };
@@ -1070,6 +1163,7 @@ declare class DirectionsController {
1070
1163
  readonly focusTarget: /*elided*/ any;
1071
1164
  readonly anchorTarget: Coordinate;
1072
1165
  toJSON(): {
1166
+ __type: string;
1073
1167
  id: string;
1074
1168
  name: string;
1075
1169
  floor: string;
@@ -1081,10 +1175,12 @@ declare class DirectionsController {
1081
1175
  readonly description: string;
1082
1176
  readonly images: {
1083
1177
  "__#25@#private": any;
1178
+ readonly __type: "image";
1084
1179
  readonly url: string | undefined;
1085
1180
  readonly name: string | undefined;
1086
1181
  readonly altText: string | undefined;
1087
1182
  toJSON(): {
1183
+ __type: string;
1088
1184
  id: string;
1089
1185
  url: string | undefined;
1090
1186
  name: string | undefined;
@@ -1094,9 +1190,11 @@ declare class DirectionsController {
1094
1190
  }[];
1095
1191
  readonly links: {
1096
1192
  "__#24@#private": any;
1193
+ readonly __type: "hyperlink";
1097
1194
  readonly url: string;
1098
1195
  readonly name: string | undefined;
1099
1196
  toJSON(): {
1197
+ __type: string;
1100
1198
  id: string;
1101
1199
  url: string;
1102
1200
  name: string | undefined;
@@ -1113,6 +1211,7 @@ declare class DirectionsController {
1113
1211
  readonly openingHours: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/opening-hours").OpeningHours;
1114
1212
  readonly navigationTarget: import("@mappedin/mappedin-js/mappedin-js/src/types").TNavigationTarget[];
1115
1213
  toJSON(): {
1214
+ __type: string;
1116
1215
  id: string;
1117
1216
  name: string;
1118
1217
  };
@@ -1162,6 +1261,7 @@ declare class DirectionsController {
1162
1261
  states?: LocationState[] | undefined;
1163
1262
  tags?: string[] | undefined;
1164
1263
  type: string;
1264
+ hidden: boolean;
1165
1265
  readonly focusTarget: /*elided*/ any[];
1166
1266
  readonly categories: {
1167
1267
  "__#29@#private": any;
@@ -1177,6 +1277,7 @@ declare class DirectionsController {
1177
1277
  readonly children: /*elided*/ any[];
1178
1278
  readonly locations: /*elided*/ any[];
1179
1279
  toJSON(): {
1280
+ __type: string;
1180
1281
  id: string;
1181
1282
  name: string;
1182
1283
  };
@@ -1201,9 +1302,11 @@ declare class DirectionsController {
1201
1302
  readonly focusTarget: Coordinate;
1202
1303
  readonly anchorTarget: Coordinate;
1203
1304
  toJSON(): {
1305
+ __type: string;
1204
1306
  id: string;
1205
1307
  floor: string;
1206
1308
  coordinate: {
1309
+ __type: string;
1207
1310
  latitude: number;
1208
1311
  longitude: number;
1209
1312
  floor: string | undefined;
@@ -1216,6 +1319,7 @@ declare class DirectionsController {
1216
1319
  }[];
1217
1320
  readonly spaces: /*elided*/ any[];
1218
1321
  toJSON(): {
1322
+ __type: string;
1219
1323
  id: string;
1220
1324
  name: string;
1221
1325
  };
@@ -1237,10 +1341,12 @@ declare class DirectionsController {
1237
1341
  readonly focusTarget: Coordinate;
1238
1342
  readonly anchorTarget: Coordinate;
1239
1343
  toJSON(): {
1344
+ __type: string;
1240
1345
  id: string;
1241
1346
  name: string;
1242
1347
  floor: string;
1243
1348
  center: {
1349
+ __type: string;
1244
1350
  latitude: number;
1245
1351
  longitude: number;
1246
1352
  floor: string | undefined;
@@ -1254,10 +1360,12 @@ declare class DirectionsController {
1254
1360
  readonly description: string;
1255
1361
  readonly images: {
1256
1362
  "__#25@#private": any;
1363
+ readonly __type: "image";
1257
1364
  readonly url: string | undefined;
1258
1365
  readonly name: string | undefined;
1259
1366
  readonly altText: string | undefined;
1260
1367
  toJSON(): {
1368
+ __type: string;
1261
1369
  id: string;
1262
1370
  url: string | undefined;
1263
1371
  name: string | undefined;
@@ -1267,9 +1375,11 @@ declare class DirectionsController {
1267
1375
  }[];
1268
1376
  readonly links: {
1269
1377
  "__#24@#private": any;
1378
+ readonly __type: "hyperlink";
1270
1379
  readonly url: string;
1271
1380
  readonly name: string | undefined;
1272
1381
  toJSON(): {
1382
+ __type: string;
1273
1383
  id: string;
1274
1384
  url: string;
1275
1385
  name: string | undefined;
@@ -1289,10 +1399,12 @@ declare class DirectionsController {
1289
1399
  social: LocationSocial[];
1290
1400
  images: {
1291
1401
  "__#25@#private": any;
1402
+ readonly __type: "image";
1292
1403
  readonly url: string | undefined;
1293
1404
  readonly name: string | undefined;
1294
1405
  readonly altText: string | undefined;
1295
1406
  toJSON(): {
1407
+ __type: string;
1296
1408
  id: string;
1297
1409
  url: string | undefined;
1298
1410
  name: string | undefined;
@@ -1302,9 +1414,11 @@ declare class DirectionsController {
1302
1414
  }[];
1303
1415
  links: {
1304
1416
  "__#24@#private": any;
1417
+ readonly __type: "hyperlink";
1305
1418
  readonly url: string;
1306
1419
  readonly name: string | undefined;
1307
1420
  toJSON(): {
1421
+ __type: string;
1308
1422
  id: string;
1309
1423
  url: string;
1310
1424
  name: string | undefined;
@@ -1314,9 +1428,11 @@ declare class DirectionsController {
1314
1428
  }[];
1315
1429
  website?: {
1316
1430
  "__#24@#private": any;
1431
+ readonly __type: "hyperlink";
1317
1432
  readonly url: string;
1318
1433
  readonly name: string | undefined;
1319
1434
  toJSON(): {
1435
+ __type: string;
1320
1436
  id: string;
1321
1437
  url: string;
1322
1438
  name: string | undefined;
@@ -1326,10 +1442,12 @@ declare class DirectionsController {
1326
1442
  };
1327
1443
  icon?: {
1328
1444
  "__#25@#private": any;
1445
+ readonly __type: "image";
1329
1446
  readonly url: string | undefined;
1330
1447
  readonly name: string | undefined;
1331
1448
  readonly altText: string | undefined;
1332
1449
  toJSON(): {
1450
+ __type: string;
1333
1451
  id: string;
1334
1452
  url: string | undefined;
1335
1453
  name: string | undefined;
@@ -1351,10 +1469,12 @@ declare class DirectionsController {
1351
1469
  readonly focusTarget: Coordinate;
1352
1470
  readonly anchorTarget: Coordinate;
1353
1471
  toJSON(): {
1472
+ __type: string;
1354
1473
  id: string;
1355
1474
  name: string;
1356
1475
  floor: string;
1357
1476
  coordinate: {
1477
+ __type: string;
1358
1478
  latitude: number;
1359
1479
  longitude: number;
1360
1480
  floor: string | undefined;
@@ -1368,10 +1488,12 @@ declare class DirectionsController {
1368
1488
  readonly description: string;
1369
1489
  readonly images: {
1370
1490
  "__#25@#private": any;
1491
+ readonly __type: "image";
1371
1492
  readonly url: string | undefined;
1372
1493
  readonly name: string | undefined;
1373
1494
  readonly altText: string | undefined;
1374
1495
  toJSON(): {
1496
+ __type: string;
1375
1497
  id: string;
1376
1498
  url: string | undefined;
1377
1499
  name: string | undefined;
@@ -1381,9 +1503,11 @@ declare class DirectionsController {
1381
1503
  }[];
1382
1504
  readonly links: {
1383
1505
  "__#24@#private": any;
1506
+ readonly __type: "hyperlink";
1384
1507
  readonly url: string;
1385
1508
  readonly name: string | undefined;
1386
1509
  toJSON(): {
1510
+ __type: string;
1387
1511
  id: string;
1388
1512
  url: string;
1389
1513
  name: string | undefined;
@@ -1442,6 +1566,7 @@ declare class DirectionsController {
1442
1566
  states?: LocationState[] | undefined;
1443
1567
  tags?: string[] | undefined;
1444
1568
  type: string;
1569
+ hidden: boolean;
1445
1570
  readonly focusTarget: /*elided*/ any[];
1446
1571
  readonly categories: {
1447
1572
  "__#29@#private": any;
@@ -1457,6 +1582,7 @@ declare class DirectionsController {
1457
1582
  readonly children: /*elided*/ any[];
1458
1583
  readonly locations: /*elided*/ any[];
1459
1584
  toJSON(): {
1585
+ __type: string;
1460
1586
  id: string;
1461
1587
  name: string;
1462
1588
  };
@@ -1467,6 +1593,7 @@ declare class DirectionsController {
1467
1593
  readonly nodes: /*elided*/ any[];
1468
1594
  readonly spaces: /*elided*/ any[];
1469
1595
  toJSON(): {
1596
+ __type: string;
1470
1597
  id: string;
1471
1598
  name: string;
1472
1599
  };
@@ -1486,9 +1613,11 @@ declare class DirectionsController {
1486
1613
  readonly focusTarget: Coordinate;
1487
1614
  readonly anchorTarget: Coordinate;
1488
1615
  toJSON(): {
1616
+ __type: string;
1489
1617
  id: string;
1490
1618
  floor: string;
1491
1619
  coordinate: {
1620
+ __type: string;
1492
1621
  latitude: number;
1493
1622
  longitude: number;
1494
1623
  floor: string | undefined;
@@ -1503,11 +1632,13 @@ declare class DirectionsController {
1503
1632
  readonly locationProfiles: /*elided*/ any[];
1504
1633
  readonly focusTarget: Coordinate[];
1505
1634
  toJSON(): {
1635
+ __type: string;
1506
1636
  id: string;
1507
1637
  name: string;
1508
1638
  type: string;
1509
1639
  externalId: string;
1510
1640
  coordinates: {
1641
+ __type: string;
1511
1642
  latitude: number;
1512
1643
  longitude: number;
1513
1644
  floor: string | undefined;
@@ -1523,10 +1654,12 @@ declare class DirectionsController {
1523
1654
  readonly description: string;
1524
1655
  readonly images: {
1525
1656
  "__#25@#private": any;
1657
+ readonly __type: "image";
1526
1658
  readonly url: string | undefined;
1527
1659
  readonly name: string | undefined;
1528
1660
  readonly altText: string | undefined;
1529
1661
  toJSON(): {
1662
+ __type: string;
1530
1663
  id: string;
1531
1664
  url: string | undefined;
1532
1665
  name: string | undefined;
@@ -1536,9 +1669,11 @@ declare class DirectionsController {
1536
1669
  }[];
1537
1670
  readonly links: {
1538
1671
  "__#24@#private": any;
1672
+ readonly __type: "hyperlink";
1539
1673
  readonly url: string;
1540
1674
  readonly name: string | undefined;
1541
1675
  toJSON(): {
1676
+ __type: string;
1542
1677
  id: string;
1543
1678
  url: string;
1544
1679
  name: string | undefined;
@@ -1566,10 +1701,12 @@ declare class DirectionsController {
1566
1701
  readonly focusTarget: Coordinate;
1567
1702
  readonly anchorTarget: Coordinate;
1568
1703
  toJSON(): {
1704
+ __type: string;
1569
1705
  id: string;
1570
1706
  group: string;
1571
1707
  type: string;
1572
1708
  coordinate: {
1709
+ __type: string;
1573
1710
  latitude: number;
1574
1711
  longitude: number;
1575
1712
  floor: string | undefined;
@@ -1583,10 +1720,12 @@ declare class DirectionsController {
1583
1720
  readonly description: string;
1584
1721
  readonly images: {
1585
1722
  "__#25@#private": any;
1723
+ readonly __type: "image";
1586
1724
  readonly url: string | undefined;
1587
1725
  readonly name: string | undefined;
1588
1726
  readonly altText: string | undefined;
1589
1727
  toJSON(): {
1728
+ __type: string;
1590
1729
  id: string;
1591
1730
  url: string | undefined;
1592
1731
  name: string | undefined;
@@ -1596,9 +1735,11 @@ declare class DirectionsController {
1596
1735
  }[];
1597
1736
  readonly links: {
1598
1737
  "__#24@#private": any;
1738
+ readonly __type: "hyperlink";
1599
1739
  readonly url: string;
1600
1740
  readonly name: string | undefined;
1601
1741
  toJSON(): {
1742
+ __type: string;
1602
1743
  id: string;
1603
1744
  url: string;
1604
1745
  name: string | undefined;
@@ -1621,6 +1762,7 @@ declare class DirectionsController {
1621
1762
  readonly children: /*elided*/ any[];
1622
1763
  readonly locationProfiles: /*elided*/ any[];
1623
1764
  toJSON(): {
1765
+ __type: string;
1624
1766
  id: string;
1625
1767
  name: string;
1626
1768
  };
@@ -1639,6 +1781,7 @@ declare class DirectionsController {
1639
1781
  readonly focusTarget: /*elided*/ any;
1640
1782
  readonly anchorTarget: Coordinate;
1641
1783
  toJSON(): {
1784
+ __type: string;
1642
1785
  id: string;
1643
1786
  name: string;
1644
1787
  floor: string;
@@ -1650,10 +1793,12 @@ declare class DirectionsController {
1650
1793
  readonly description: string;
1651
1794
  readonly images: {
1652
1795
  "__#25@#private": any;
1796
+ readonly __type: "image";
1653
1797
  readonly url: string | undefined;
1654
1798
  readonly name: string | undefined;
1655
1799
  readonly altText: string | undefined;
1656
1800
  toJSON(): {
1801
+ __type: string;
1657
1802
  id: string;
1658
1803
  url: string | undefined;
1659
1804
  name: string | undefined;
@@ -1663,9 +1808,11 @@ declare class DirectionsController {
1663
1808
  }[];
1664
1809
  readonly links: {
1665
1810
  "__#24@#private": any;
1811
+ readonly __type: "hyperlink";
1666
1812
  readonly url: string;
1667
1813
  readonly name: string | undefined;
1668
1814
  toJSON(): {
1815
+ __type: string;
1669
1816
  id: string;
1670
1817
  url: string;
1671
1818
  name: string | undefined;
@@ -1682,6 +1829,7 @@ declare class DirectionsController {
1682
1829
  readonly openingHours: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/opening-hours").OpeningHours;
1683
1830
  readonly navigationTarget: import("@mappedin/mappedin-js/mappedin-js/src/types").TNavigationTarget[];
1684
1831
  toJSON(): {
1832
+ __type: string;
1685
1833
  id: string;
1686
1834
  name: string;
1687
1835
  };
@@ -1699,11 +1847,13 @@ declare class DirectionsController {
1699
1847
  readonly focusTarget: /*elided*/ any | Coordinate;
1700
1848
  readonly anchorTarget: Coordinate;
1701
1849
  toJSON(): {
1850
+ __type: string;
1702
1851
  id: string;
1703
1852
  name: string;
1704
1853
  type: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space").TSpaceType;
1705
1854
  floor: string;
1706
1855
  center: {
1856
+ __type: string;
1707
1857
  latitude: number;
1708
1858
  longitude: number;
1709
1859
  floor: string | undefined;
@@ -1717,10 +1867,12 @@ declare class DirectionsController {
1717
1867
  readonly description: string;
1718
1868
  readonly images: {
1719
1869
  "__#25@#private": any;
1870
+ readonly __type: "image";
1720
1871
  readonly url: string | undefined;
1721
1872
  readonly name: string | undefined;
1722
1873
  readonly altText: string | undefined;
1723
1874
  toJSON(): {
1875
+ __type: string;
1724
1876
  id: string;
1725
1877
  url: string | undefined;
1726
1878
  name: string | undefined;
@@ -1730,9 +1882,11 @@ declare class DirectionsController {
1730
1882
  }[];
1731
1883
  readonly links: {
1732
1884
  "__#24@#private": any;
1885
+ readonly __type: "hyperlink";
1733
1886
  readonly url: string;
1734
1887
  readonly name: string | undefined;
1735
1888
  toJSON(): {
1889
+ __type: string;
1736
1890
  id: string;
1737
1891
  url: string;
1738
1892
  name: string | undefined;
@@ -1752,10 +1906,12 @@ declare class DirectionsController {
1752
1906
  social: LocationSocial[];
1753
1907
  images: {
1754
1908
  "__#25@#private": any;
1909
+ readonly __type: "image";
1755
1910
  readonly url: string | undefined;
1756
1911
  readonly name: string | undefined;
1757
1912
  readonly altText: string | undefined;
1758
1913
  toJSON(): {
1914
+ __type: string;
1759
1915
  id: string;
1760
1916
  url: string | undefined;
1761
1917
  name: string | undefined;
@@ -1765,9 +1921,11 @@ declare class DirectionsController {
1765
1921
  }[];
1766
1922
  links: {
1767
1923
  "__#24@#private": any;
1924
+ readonly __type: "hyperlink";
1768
1925
  readonly url: string;
1769
1926
  readonly name: string | undefined;
1770
1927
  toJSON(): {
1928
+ __type: string;
1771
1929
  id: string;
1772
1930
  url: string;
1773
1931
  name: string | undefined;
@@ -1777,9 +1935,11 @@ declare class DirectionsController {
1777
1935
  }[];
1778
1936
  website?: {
1779
1937
  "__#24@#private": any;
1938
+ readonly __type: "hyperlink";
1780
1939
  readonly url: string;
1781
1940
  readonly name: string | undefined;
1782
1941
  toJSON(): {
1942
+ __type: string;
1783
1943
  id: string;
1784
1944
  url: string;
1785
1945
  name: string | undefined;
@@ -1789,10 +1949,12 @@ declare class DirectionsController {
1789
1949
  };
1790
1950
  icon?: {
1791
1951
  "__#25@#private": any;
1952
+ readonly __type: "image";
1792
1953
  readonly url: string | undefined;
1793
1954
  readonly name: string | undefined;
1794
1955
  readonly altText: string | undefined;
1795
1956
  toJSON(): {
1957
+ __type: string;
1796
1958
  id: string;
1797
1959
  url: string | undefined;
1798
1960
  name: string | undefined;
@@ -1814,10 +1976,12 @@ declare class DirectionsController {
1814
1976
  readonly focusTarget: Coordinate;
1815
1977
  readonly anchorTarget: Coordinate;
1816
1978
  toJSON(): {
1979
+ __type: string;
1817
1980
  id: string;
1818
1981
  name: string;
1819
1982
  floor: string;
1820
1983
  coordinate: {
1984
+ __type: string;
1821
1985
  latitude: number;
1822
1986
  longitude: number;
1823
1987
  floor: string | undefined;
@@ -1831,10 +1995,12 @@ declare class DirectionsController {
1831
1995
  readonly description: string;
1832
1996
  readonly images: {
1833
1997
  "__#25@#private": any;
1998
+ readonly __type: "image";
1834
1999
  readonly url: string | undefined;
1835
2000
  readonly name: string | undefined;
1836
2001
  readonly altText: string | undefined;
1837
2002
  toJSON(): {
2003
+ __type: string;
1838
2004
  id: string;
1839
2005
  url: string | undefined;
1840
2006
  name: string | undefined;
@@ -1844,9 +2010,11 @@ declare class DirectionsController {
1844
2010
  }[];
1845
2011
  readonly links: {
1846
2012
  "__#24@#private": any;
2013
+ readonly __type: "hyperlink";
1847
2014
  readonly url: string;
1848
2015
  readonly name: string | undefined;
1849
2016
  toJSON(): {
2017
+ __type: string;
1850
2018
  id: string;
1851
2019
  url: string;
1852
2020
  name: string | undefined;
@@ -1873,10 +2041,12 @@ declare class DirectionsController {
1873
2041
  readonly focusTarget: Coordinate;
1874
2042
  readonly anchorTarget: Coordinate;
1875
2043
  toJSON(): {
2044
+ __type: string;
1876
2045
  id: string;
1877
2046
  name: string;
1878
2047
  floor: string;
1879
2048
  center: {
2049
+ __type: string;
1880
2050
  latitude: number;
1881
2051
  longitude: number;
1882
2052
  floor: string | undefined;
@@ -1890,10 +2060,12 @@ declare class DirectionsController {
1890
2060
  readonly description: string;
1891
2061
  readonly images: {
1892
2062
  "__#25@#private": any;
2063
+ readonly __type: "image";
1893
2064
  readonly url: string | undefined;
1894
2065
  readonly name: string | undefined;
1895
2066
  readonly altText: string | undefined;
1896
2067
  toJSON(): {
2068
+ __type: string;
1897
2069
  id: string;
1898
2070
  url: string | undefined;
1899
2071
  name: string | undefined;
@@ -1903,9 +2075,11 @@ declare class DirectionsController {
1903
2075
  }[];
1904
2076
  readonly links: {
1905
2077
  "__#24@#private": any;
2078
+ readonly __type: "hyperlink";
1906
2079
  readonly url: string;
1907
2080
  readonly name: string | undefined;
1908
2081
  toJSON(): {
2082
+ __type: string;
1909
2083
  id: string;
1910
2084
  url: string;
1911
2085
  name: string | undefined;
@@ -1963,6 +2137,7 @@ declare class DirectionsController {
1963
2137
  states?: LocationState[] | undefined;
1964
2138
  tags?: string[] | undefined;
1965
2139
  type: string;
2140
+ hidden: boolean;
1966
2141
  readonly focusTarget: /*elided*/ any[];
1967
2142
  readonly categories: {
1968
2143
  "__#29@#private": any;
@@ -1978,6 +2153,7 @@ declare class DirectionsController {
1978
2153
  readonly children: /*elided*/ any[];
1979
2154
  readonly locations: /*elided*/ any[];
1980
2155
  toJSON(): {
2156
+ __type: string;
1981
2157
  id: string;
1982
2158
  name: string;
1983
2159
  };
@@ -1988,6 +2164,7 @@ declare class DirectionsController {
1988
2164
  readonly nodes: /*elided*/ any[];
1989
2165
  readonly spaces: /*elided*/ any[];
1990
2166
  toJSON(): {
2167
+ __type: string;
1991
2168
  id: string;
1992
2169
  name: string;
1993
2170
  };
@@ -2007,9 +2184,11 @@ declare class DirectionsController {
2007
2184
  readonly focusTarget: Coordinate;
2008
2185
  readonly anchorTarget: Coordinate;
2009
2186
  toJSON(): {
2187
+ __type: string;
2010
2188
  id: string;
2011
2189
  floor: string;
2012
2190
  coordinate: {
2191
+ __type: string;
2013
2192
  latitude: number;
2014
2193
  longitude: number;
2015
2194
  floor: string | undefined;
@@ -2024,11 +2203,13 @@ declare class DirectionsController {
2024
2203
  readonly locationProfiles: /*elided*/ any[];
2025
2204
  readonly focusTarget: Coordinate[];
2026
2205
  toJSON(): {
2206
+ __type: string;
2027
2207
  id: string;
2028
2208
  name: string;
2029
2209
  type: string;
2030
2210
  externalId: string;
2031
2211
  coordinates: {
2212
+ __type: string;
2032
2213
  latitude: number;
2033
2214
  longitude: number;
2034
2215
  floor: string | undefined;
@@ -2044,10 +2225,12 @@ declare class DirectionsController {
2044
2225
  readonly description: string;
2045
2226
  readonly images: {
2046
2227
  "__#25@#private": any;
2228
+ readonly __type: "image";
2047
2229
  readonly url: string | undefined;
2048
2230
  readonly name: string | undefined;
2049
2231
  readonly altText: string | undefined;
2050
2232
  toJSON(): {
2233
+ __type: string;
2051
2234
  id: string;
2052
2235
  url: string | undefined;
2053
2236
  name: string | undefined;
@@ -2057,9 +2240,11 @@ declare class DirectionsController {
2057
2240
  }[];
2058
2241
  readonly links: {
2059
2242
  "__#24@#private": any;
2243
+ readonly __type: "hyperlink";
2060
2244
  readonly url: string;
2061
2245
  readonly name: string | undefined;
2062
2246
  toJSON(): {
2247
+ __type: string;
2063
2248
  id: string;
2064
2249
  url: string;
2065
2250
  name: string | undefined;
@@ -2087,10 +2272,12 @@ declare class DirectionsController {
2087
2272
  readonly focusTarget: Coordinate;
2088
2273
  readonly anchorTarget: Coordinate;
2089
2274
  toJSON(): {
2275
+ __type: string;
2090
2276
  id: string;
2091
2277
  group: string;
2092
2278
  type: string;
2093
2279
  coordinate: {
2280
+ __type: string;
2094
2281
  latitude: number;
2095
2282
  longitude: number;
2096
2283
  floor: string | undefined;
@@ -2104,10 +2291,12 @@ declare class DirectionsController {
2104
2291
  readonly description: string;
2105
2292
  readonly images: {
2106
2293
  "__#25@#private": any;
2294
+ readonly __type: "image";
2107
2295
  readonly url: string | undefined;
2108
2296
  readonly name: string | undefined;
2109
2297
  readonly altText: string | undefined;
2110
2298
  toJSON(): {
2299
+ __type: string;
2111
2300
  id: string;
2112
2301
  url: string | undefined;
2113
2302
  name: string | undefined;
@@ -2117,9 +2306,11 @@ declare class DirectionsController {
2117
2306
  }[];
2118
2307
  readonly links: {
2119
2308
  "__#24@#private": any;
2309
+ readonly __type: "hyperlink";
2120
2310
  readonly url: string;
2121
2311
  readonly name: string | undefined;
2122
2312
  toJSON(): {
2313
+ __type: string;
2123
2314
  id: string;
2124
2315
  url: string;
2125
2316
  name: string | undefined;
@@ -2142,6 +2333,7 @@ declare class DirectionsController {
2142
2333
  readonly children: /*elided*/ any[];
2143
2334
  readonly locationProfiles: /*elided*/ any[];
2144
2335
  toJSON(): {
2336
+ __type: string;
2145
2337
  id: string;
2146
2338
  name: string;
2147
2339
  };
@@ -2160,6 +2352,7 @@ declare class DirectionsController {
2160
2352
  readonly focusTarget: /*elided*/ any;
2161
2353
  readonly anchorTarget: Coordinate;
2162
2354
  toJSON(): {
2355
+ __type: string;
2163
2356
  id: string;
2164
2357
  name: string;
2165
2358
  floor: string;
@@ -2171,10 +2364,12 @@ declare class DirectionsController {
2171
2364
  readonly description: string;
2172
2365
  readonly images: {
2173
2366
  "__#25@#private": any;
2367
+ readonly __type: "image";
2174
2368
  readonly url: string | undefined;
2175
2369
  readonly name: string | undefined;
2176
2370
  readonly altText: string | undefined;
2177
2371
  toJSON(): {
2372
+ __type: string;
2178
2373
  id: string;
2179
2374
  url: string | undefined;
2180
2375
  name: string | undefined;
@@ -2184,9 +2379,11 @@ declare class DirectionsController {
2184
2379
  }[];
2185
2380
  readonly links: {
2186
2381
  "__#24@#private": any;
2382
+ readonly __type: "hyperlink";
2187
2383
  readonly url: string;
2188
2384
  readonly name: string | undefined;
2189
2385
  toJSON(): {
2386
+ __type: string;
2190
2387
  id: string;
2191
2388
  url: string;
2192
2389
  name: string | undefined;
@@ -2203,6 +2400,7 @@ declare class DirectionsController {
2203
2400
  readonly openingHours: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/opening-hours").OpeningHours;
2204
2401
  readonly navigationTarget: import("@mappedin/mappedin-js/mappedin-js/src/types").TNavigationTarget[];
2205
2402
  toJSON(): {
2403
+ __type: string;
2206
2404
  id: string;
2207
2405
  name: string;
2208
2406
  };
@@ -2218,6 +2416,7 @@ declare class DirectionsController {
2218
2416
  readonly geoJSON: import("geojson").Feature<import("geojson").Polygon | import("geojson").MultiPolygon | import("geojson").LineString | import("geojson").Point, null>;
2219
2417
  } | undefined;
2220
2418
  toJSON(): {
2419
+ __type: string;
2221
2420
  id: string;
2222
2421
  name: string;
2223
2422
  shortName: string;