@rio-cloud/uikit-mcp 1.1.7 → 1.1.9

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.
Files changed (201) hide show
  1. package/README.md +24 -18
  2. package/dist/doc-metadata.json +125 -295
  3. package/dist/docs/components/accentBar.md +16 -69
  4. package/dist/docs/components/activity.md +7 -44
  5. package/dist/docs/components/animatedNumber.md +3 -11
  6. package/dist/docs/components/animatedTextReveal.md +6 -34
  7. package/dist/docs/components/animations.md +21 -54
  8. package/dist/docs/components/appHeader.md +11 -30
  9. package/dist/docs/components/appLayout.md +40 -193
  10. package/dist/docs/components/appNavigationBar.md +1 -24
  11. package/dist/docs/components/areaCharts.md +7 -22
  12. package/dist/docs/components/aspectRatioPlaceholder.md +1 -9
  13. package/dist/docs/components/assetTree.md +241 -280
  14. package/dist/docs/components/autosuggests.md +3 -102
  15. package/dist/docs/components/avatar.md +1 -16
  16. package/dist/docs/components/banner.md +4 -37
  17. package/dist/docs/components/barCharts.md +20 -75
  18. package/dist/docs/components/barList.md +10 -78
  19. package/dist/docs/components/basicMap.md +1 -67
  20. package/dist/docs/components/bottomSheet.md +2 -28
  21. package/dist/docs/components/button.md +12 -65
  22. package/dist/docs/components/buttonToolbar.md +5 -19
  23. package/dist/docs/components/calendarStripe.md +50 -100
  24. package/dist/docs/components/card.md +1 -9
  25. package/dist/docs/components/carousel.md +1 -14
  26. package/dist/docs/components/chartColors.md +1 -156
  27. package/dist/docs/components/chartsGettingStarted.md +1 -1
  28. package/dist/docs/components/chat.md +2 -81
  29. package/dist/docs/components/checkbox.md +11 -72
  30. package/dist/docs/components/circularProgress.md +8 -49
  31. package/dist/docs/components/clearableInput.md +3 -62
  32. package/dist/docs/components/collapse.md +2 -15
  33. package/dist/docs/components/composedCharts.md +16 -26
  34. package/dist/docs/components/contentLoader.md +7 -25
  35. package/dist/docs/components/dataTabs.md +16 -104
  36. package/dist/docs/components/datepickers.md +710 -962
  37. package/dist/docs/components/dialogs.md +5 -67
  38. package/dist/docs/components/divider.md +1 -33
  39. package/dist/docs/components/dropdowns.md +3424 -5567
  40. package/dist/docs/components/editableContent.md +4 -82
  41. package/dist/docs/components/expander.md +15 -88
  42. package/dist/docs/components/fade.md +4 -61
  43. package/dist/docs/components/fadeExpander.md +1 -7
  44. package/dist/docs/components/fadeUp.md +2 -76
  45. package/dist/docs/components/feedback.md +9 -68
  46. package/dist/docs/components/filePickers.md +4 -18
  47. package/dist/docs/components/formLabel.md +7 -27
  48. package/dist/docs/components/groupedItemList.md +2 -158
  49. package/dist/docs/components/iconList.md +7 -64
  50. package/dist/docs/components/imagePreloader.md +1 -9
  51. package/dist/docs/components/labeledElement.md +3 -18
  52. package/dist/docs/components/licensePlate.md +1 -43
  53. package/dist/docs/components/lineCharts.md +8 -39
  54. package/dist/docs/components/listMenu.md +2 -34
  55. package/dist/docs/components/loadMore.md +5 -24
  56. package/dist/docs/components/mainNavigation.md +1 -9
  57. package/dist/docs/components/mapCircle.md +1 -23
  58. package/dist/docs/components/mapCluster.md +2 -54
  59. package/dist/docs/components/mapContext.md +1 -23
  60. package/dist/docs/components/mapDraggableMarker.md +2 -28
  61. package/dist/docs/components/mapGettingStarted.md +2 -2
  62. package/dist/docs/components/mapInfoBubble.md +1 -27
  63. package/dist/docs/components/mapLayerGroup.md +1 -23
  64. package/dist/docs/components/mapMarker.md +1 -99
  65. package/dist/docs/components/mapPolygon.md +2 -116
  66. package/dist/docs/components/mapRoute.md +6 -1465
  67. package/dist/docs/components/mapRouteGenerator.md +1 -1
  68. package/dist/docs/components/mapSettings.md +11 -128
  69. package/dist/docs/components/mapUtils.md +10 -113
  70. package/dist/docs/components/multiselects.md +14 -163
  71. package/dist/docs/components/noData.md +8 -22
  72. package/dist/docs/components/notifications.md +3 -19
  73. package/dist/docs/components/numbercontrol.md +3 -47
  74. package/dist/docs/components/onboarding.md +3 -15
  75. package/dist/docs/components/page.md +1 -33
  76. package/dist/docs/components/pager.md +1 -17
  77. package/dist/docs/components/pieCharts.md +40 -71
  78. package/dist/docs/components/popover.md +1 -12
  79. package/dist/docs/components/position.md +2 -6
  80. package/dist/docs/components/radialBarCharts.md +32 -116
  81. package/dist/docs/components/radioCardGroup.md +6 -48
  82. package/dist/docs/components/radiobutton.md +6 -75
  83. package/dist/docs/components/releaseNotes.md +3 -21
  84. package/dist/docs/components/resizer.md +1 -7
  85. package/dist/docs/components/responsiveColumnStripe.md +9 -49
  86. package/dist/docs/components/responsiveVideo.md +1 -7
  87. package/dist/docs/components/rioglyph.md +1 -17
  88. package/dist/docs/components/rules.md +7 -70
  89. package/dist/docs/components/saveableInput.md +267 -401
  90. package/dist/docs/components/selects.md +27 -1164
  91. package/dist/docs/components/sidebar.md +6 -17
  92. package/dist/docs/components/sliders.md +1 -27
  93. package/dist/docs/components/smoothScrollbars.md +1 -73
  94. package/dist/docs/components/spinners.md +6 -51
  95. package/dist/docs/components/states.md +6 -92
  96. package/dist/docs/components/statsWidgets.md +1 -76
  97. package/dist/docs/components/statusBar.md +1 -57
  98. package/dist/docs/components/stepButton.md +2 -7
  99. package/dist/docs/components/steppedProgressBars.md +5 -62
  100. package/dist/docs/components/subNavigation.md +1 -31
  101. package/dist/docs/components/supportMarker.md +2 -14
  102. package/dist/docs/components/svgImage.md +1 -5
  103. package/dist/docs/components/switch.md +2 -33
  104. package/dist/docs/components/tables.md +1 -1
  105. package/dist/docs/components/tagManager.md +1 -41
  106. package/dist/docs/components/tags.md +1 -138
  107. package/dist/docs/components/teaser.md +2 -122
  108. package/dist/docs/components/textTruncateMiddle.md +2 -9
  109. package/dist/docs/components/timeline.md +1 -99
  110. package/dist/docs/components/timepicker.md +4 -79
  111. package/dist/docs/components/toggleButton.md +2 -15
  112. package/dist/docs/components/tooltip.md +9 -30
  113. package/dist/docs/components/tracker.md +2 -19
  114. package/dist/docs/components/virtualList.md +61 -130
  115. package/dist/docs/foundations.md +749 -4069
  116. package/dist/docs/start/changelog.md +5 -1
  117. package/dist/docs/start/goodtoknow.md +1 -1
  118. package/dist/docs/start/guidelines/color-combinations.md +149 -483
  119. package/dist/docs/start/guidelines/custom-css.md +1 -1
  120. package/dist/docs/start/guidelines/custom-rioglyph.md +1 -1
  121. package/dist/docs/start/guidelines/formatting.md +1 -1
  122. package/dist/docs/start/guidelines/iframe.md +4 -16
  123. package/dist/docs/start/guidelines/obfuscate-data.md +1 -1
  124. package/dist/docs/start/guidelines/print-css.md +1 -1
  125. package/dist/docs/start/guidelines/spinner.md +13 -67
  126. package/dist/docs/start/guidelines/state-in-url.md +1 -1
  127. package/dist/docs/start/guidelines/supported-browsers.md +1 -1
  128. package/dist/docs/start/guidelines/writing.md +1 -1
  129. package/dist/docs/start/howto.md +11 -11
  130. package/dist/docs/start/intro.md +1 -1
  131. package/dist/docs/start/responsiveness.md +1 -1
  132. package/dist/docs/utilities/classNames.md +3 -18
  133. package/dist/docs/utilities/deviceUtils.md +7 -13
  134. package/dist/docs/utilities/featureToggles.md +1 -1
  135. package/dist/docs/utilities/fuelTypeUtils.md +2 -12
  136. package/dist/docs/utilities/routeUtils.md +25 -343
  137. package/dist/docs/utilities/useAfterMount.md +1 -6
  138. package/dist/docs/utilities/useAutoAnimate.md +2 -15
  139. package/dist/docs/utilities/useAverage.md +1 -6
  140. package/dist/docs/utilities/useClickOutside.md +1 -5
  141. package/dist/docs/utilities/useClipboard.md +2 -6
  142. package/dist/docs/utilities/useCookies.md +2 -10
  143. package/dist/docs/utilities/useCount.md +7 -16
  144. package/dist/docs/utilities/useDarkMode.md +2 -6
  145. package/dist/docs/utilities/useDebugInfo.md +6 -20
  146. package/dist/docs/utilities/useEffectOnce.md +1 -6
  147. package/dist/docs/utilities/useElapsedTime.md +2 -6
  148. package/dist/docs/utilities/useElementSize.md +1 -7
  149. package/dist/docs/utilities/useEsc.md +1 -5
  150. package/dist/docs/utilities/useEvent.md +1 -5
  151. package/dist/docs/utilities/useFocusTrap.md +1 -5
  152. package/dist/docs/utilities/useFullscreen.md +2 -15
  153. package/dist/docs/utilities/useHover.md +1 -5
  154. package/dist/docs/utilities/useIncomingPostMessages.md +2 -18
  155. package/dist/docs/utilities/useInterval.md +2 -8
  156. package/dist/docs/utilities/useIsFocusWithin.md +1 -10
  157. package/dist/docs/utilities/useKey.md +1 -15
  158. package/dist/docs/utilities/useLocalStorage.md +2 -11
  159. package/dist/docs/utilities/useLocationSuggestions.md +1 -5
  160. package/dist/docs/utilities/useMax.md +1 -5
  161. package/dist/docs/utilities/useMin.md +1 -5
  162. package/dist/docs/utilities/useMutationObserver.md +3 -11
  163. package/dist/docs/utilities/useOnScreen.md +1 -8
  164. package/dist/docs/utilities/useOnlineStatus.md +1 -5
  165. package/dist/docs/utilities/usePostMessage.md +3 -9
  166. package/dist/docs/utilities/usePostMessageSender.md +3 -13
  167. package/dist/docs/utilities/usePrevious.md +1 -5
  168. package/dist/docs/utilities/useResizeObserver.md +3 -11
  169. package/dist/docs/utilities/useRioCookieConsent.md +1 -5
  170. package/dist/docs/utilities/useScrollPosition.md +3 -59
  171. package/dist/docs/utilities/useSearch.md +2 -16
  172. package/dist/docs/utilities/useSearchHighlight.md +13 -78
  173. package/dist/docs/utilities/useSorting.md +18 -43
  174. package/dist/docs/utilities/useStateWithValidation.md +1 -5
  175. package/dist/docs/utilities/useSum.md +1 -9
  176. package/dist/docs/utilities/useTableExport.md +42 -59
  177. package/dist/docs/utilities/useTableSelection.md +74 -119
  178. package/dist/docs/utilities/useTimeout.md +2 -6
  179. package/dist/docs/utilities/useToggle.md +4 -14
  180. package/dist/docs/utilities/useUrlState.md +2 -27
  181. package/dist/docs/utilities/useWindowResize.md +1 -5
  182. package/dist/index.mjs +46 -16
  183. package/dist/version.json +2 -2
  184. package/package.json +15 -9
  185. package/dist/docs/templates/common-table.md +0 -1112
  186. package/dist/docs/templates/detail-views.md +0 -942
  187. package/dist/docs/templates/expandable-details.md +0 -228
  188. package/dist/docs/templates/feature-cards.md +0 -549
  189. package/dist/docs/templates/form-summary.md +0 -199
  190. package/dist/docs/templates/form-toggle.md +0 -367
  191. package/dist/docs/templates/list-blocks.md +0 -1021
  192. package/dist/docs/templates/loading-progress.md +0 -109
  193. package/dist/docs/templates/options-panel.md +0 -152
  194. package/dist/docs/templates/panel-variants.md +0 -164
  195. package/dist/docs/templates/progress-cards.md +0 -607
  196. package/dist/docs/templates/progress-success.md +0 -142
  197. package/dist/docs/templates/settings-form.md +0 -434
  198. package/dist/docs/templates/stats-blocks.md +0 -1381
  199. package/dist/docs/templates/table-panel.md +0 -184
  200. package/dist/docs/templates/table-row-animation.md +0 -317
  201. package/dist/docs/templates/usage-cards.md +0 -227
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Map
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/mapRoute
6
- *Captured:* 2026-02-23T15:49:39.662Z
6
+ *Captured:* 2026-03-06T10:41:23.634Z
7
7
 
8
8
  There are currently 3 different route styles built-in into the map component.
9
9
 
@@ -15,29 +15,7 @@ The "alternativeRoute" style is meant for route planning cases and shall show al
15
15
 
16
16
  ### Example: Example 1
17
17
 
18
- Terms of use© 1987–2026 HERE
19
18
 
20
- 10 km
21
-
22
- Choose view
23
- Map view
24
- Satellite
25
-
26
- Traffic conditions
27
- Show traffic incidents
28
-
29
- #### Summary
30
-
31
- Terms of use© 1987–2026 HERE
32
-
33
- 10 km
34
-
35
- Choose view
36
- Map view
37
- Satellite
38
-
39
- Traffic conditions
40
- Show traffic incidents
41
19
 
42
20
  #### React (tsx)
43
21
 
@@ -255,33 +233,7 @@ export default RouteExample;
255
233
 
256
234
  ### Example: Example 2
257
235
 
258
- Terms of use© 1987–2026 HERE
259
-
260
- 10 km
261
-
262
- Choose view
263
- Map view
264
- Satellite
265
-
266
- Traffic conditions
267
- Show traffic incidents
268
-
269
- Change routeToggle route
270
-
271
- #### Summary
272
-
273
- Terms of use© 1987–2026 HERE
274
-
275
- 10 km
276
-
277
- Choose view
278
- Map view
279
- Satellite
280
-
281
- Traffic conditions
282
- Show traffic incidents
283
-
284
- Change routeToggle route
236
+ Change route Toggle route
285
237
 
286
238
  #### React (tsx)
287
239
 
@@ -416,33 +368,7 @@ export default RouteWithChangingGeometryExample;
416
368
 
417
369
  ### Example: Example 3
418
370
 
419
- Terms of use© 1987–2026 HERE
420
-
421
- 10 km
422
-
423
- Choose view
424
- Map view
425
- Satellite
426
-
427
- Traffic conditions
428
- Show traffic incidents
429
-
430
- Toggle reduced styleToggle arrows
431
-
432
- #### Summary
433
-
434
- Terms of use© 1987–2026 HERE
435
-
436
- 10 km
437
-
438
- Choose view
439
- Map view
440
- Satellite
441
-
442
- Traffic conditions
443
- Show traffic incidents
444
-
445
- Toggle reduced styleToggle arrows
371
+ Toggle reduced style Toggle arrows
446
372
 
447
373
  #### React (tsx)
448
374
 
@@ -554,29 +480,7 @@ export default RouteWithChangingStylesExample;
554
480
 
555
481
  ### Example: Example 4
556
482
 
557
- Terms of use© 1987–2026 HERE
558
-
559
- 10 km
560
-
561
- Choose view
562
- Map view
563
- Satellite
564
-
565
- Traffic conditions
566
- Show traffic incidents
567
-
568
- #### Summary
569
-
570
- Terms of use© 1987–2026 HERE
571
483
 
572
- 10 km
573
-
574
- Choose view
575
- Map view
576
- Satellite
577
-
578
- Traffic conditions
579
- Show traffic incidents
580
484
 
581
485
  #### React (tsx)
582
486
 
@@ -716,29 +620,7 @@ export default () => {
716
620
 
717
621
  ### Example: Example 5
718
622
 
719
- Terms of use© 1987–2026 HERE
720
-
721
- 10 km
722
-
723
- Choose view
724
- Map view
725
- Satellite
726
-
727
- Traffic conditions
728
- Show traffic incidents
729
-
730
- #### Summary
731
-
732
- Terms of use© 1987–2026 HERE
733
-
734
- 10 km
735
623
 
736
- Choose view
737
- Map view
738
- Satellite
739
-
740
- Traffic conditions
741
- Show traffic incidents
742
624
 
743
625
  #### React (tsx)
744
626
 
@@ -873,1347 +755,6 @@ export default () => {
873
755
 
874
756
  ### Example: Example 6
875
757
 
876
- Terms of use© 1987–2026 HERE
877
-
878
- 10 km
879
-
880
- Choose view
881
- Map view
882
- Satellite
883
-
884
- Traffic conditions
885
- Show traffic incidents
886
-
887
- {
888
- "segments": [
889
- {
890
- "points": [
891
- {
892
- "lat": 48.17933,
893
- "lng": 11.48731
894
- },
895
- {
896
- "lat": 48.17937,
897
- "lng": 11.4875
898
- },
899
- {
900
- "lat": 48.17939,
901
- "lng": 11.48767
902
- },
903
- {
904
- "lat": 48.17941,
905
- "lng": 11.4879
906
- },
907
- {
908
- "lat": 48.17942,
909
- "lng": 11.48826
910
- },
911
- {
912
- "lat": 48.17942,
913
- "lng": 11.48867
914
- },
915
- {
916
- "lat": 48.17941,
917
- "lng": 11.48924
918
- },
919
- {
920
- "lat": 48.1794,
921
- "lng": 11.48959
922
- },
923
- {
924
- "lat": 48.17939,
925
- "lng": 11.48999
926
- },
927
- {
928
- "lat": 48.17936,
929
- "lng": 11.4904
930
- },
931
- {
932
- "lat": 48.17933,
933
- "lng": 11.4906
934
- },
935
- {
936
- "lat": 48.17927,
937
- "lng": 11.49095
938
- },
939
- {
940
- "lat": 48.17915,
941
- "lng": 11.49154
942
- },
943
- {
944
- "lat": 48.17895,
945
- "lng": 11.49235
946
- },
947
- {
948
- "lat": 48.1788,
949
- "lng": 11.49283
950
- },
951
- {
952
- "lat": 48.17869,
953
- "lng": 11.49314
954
- },
955
- {
956
- "lat": 48.17856,
957
- "lng": 11.49346
958
- },
959
- {
960
- "lat": 48.17843,
961
- "lng": 11.49376
962
- },
963
- {
964
- "lat": 48.17828,
965
- "lng": 11.49413
966
- },
967
- {
968
- "lat": 48.17813,
969
- "lng": 11.49445
970
- },
971
- {
972
- "lat": 48.17797,
973
- "lng": 11.49479
974
- },
975
- {
976
- "lat": 48.1778,
977
- "lng": 11.49521
978
- },
979
- {
980
- "lat": 48.17775,
981
- "lng": 11.49538
982
- },
983
- {
984
- "lat": 48.17769,
985
- "lng": 11.49551
986
- },
987
- {
988
- "lat": 48.17757,
989
- "lng": 11.49576
990
- },
991
- {
992
- "lat": 48.17752,
993
- "lng": 11.49586
994
- },
995
- {
996
- "lat": 48.17748,
997
- "lng": 11.49595
998
- },
999
- {
1000
- "lat": 48.17744,
1001
- "lng": 11.49604
1002
- },
1003
- {
1004
- "lat": 48.17735,
1005
- "lng": 11.49622
1006
- },
1007
- {
1008
- "lat": 48.17722,
1009
- "lng": 11.49649
1010
- },
1011
- {
1012
- "lat": 48.17701,
1013
- "lng": 11.49692
1014
- },
1015
- {
1016
- "lat": 48.177,
1017
- "lng": 11.49695
1018
- },
1019
- {
1020
- "lat": 48.17698,
1021
- "lng": 11.49699
1022
- },
1023
- {
1024
- "lat": 48.1767,
1025
- "lng": 11.49758
1026
- },
1027
- {
1028
- "lat": 48.1758,
1029
- "lng": 11.49944
1030
- },
1031
- {
1032
- "lat": 48.17572,
1033
- "lng": 11.4996
1034
- },
1035
- {
1036
- "lat": 48.17538,
1037
- "lng": 11.50031
1038
- },
1039
- {
1040
- "lat": 48.17523,
1041
- "lng": 11.50061
1042
- },
1043
- {
1044
- "lat": 48.17519,
1045
- "lng": 11.50069
1046
- },
1047
- {
1048
- "lat": 48.17513,
1049
- "lng": 11.50081
1050
- },
1051
- {
1052
- "lat": 48.17495,
1053
- "lng": 11.50117
1054
- },
1055
- {
1056
- "lat": 48.17468,
1057
- "lng": 11.50171
1058
- },
1059
- {
1060
- "lat": 48.17449,
1061
- "lng": 11.50205
1062
- },
1063
- {
1064
- "lat": 48.17431,
1065
- "lng": 11.50234
1066
- },
1067
- {
1068
- "lat": 48.17418,
1069
- "lng": 11.50254
1070
- },
1071
- {
1072
- "lat": 48.17405,
1073
- "lng": 11.5027
1074
- },
1075
- {
1076
- "lat": 48.17346,
1077
- "lng": 11.5035
1078
- },
1079
- {
1080
- "lat": 48.173,
1081
- "lng": 11.50416
1082
- },
1083
- {
1084
- "lat": 48.17276,
1085
- "lng": 11.50448
1086
- },
1087
- {
1088
- "lat": 48.17253,
1089
- "lng": 11.50482
1090
- },
1091
- {
1092
- "lat": 48.17237,
1093
- "lng": 11.50509
1094
- },
1095
- {
1096
- "lat": 48.17223,
1097
- "lng": 11.50536
1098
- },
1099
- {
1100
- "lat": 48.1721,
1101
- "lng": 11.50564
1102
- },
1103
- {
1104
- "lat": 48.17188,
1105
- "lng": 11.50614
1106
- },
1107
- {
1108
- "lat": 48.17169,
1109
- "lng": 11.50658
1110
- },
1111
- {
1112
- "lat": 48.17128,
1113
- "lng": 11.50753
1114
- },
1115
- {
1116
- "lat": 48.17117,
1117
- "lng": 11.50777
1118
- },
1119
- {
1120
- "lat": 48.17095,
1121
- "lng": 11.50828
1122
- },
1123
- {
1124
- "lat": 48.1709,
1125
- "lng": 11.50838
1126
- },
1127
- {
1128
- "lat": 48.17076,
1129
- "lng": 11.50871
1130
- },
1131
- {
1132
- "lat": 48.17057,
1133
- "lng": 11.50922
1134
- },
1135
- {
1136
- "lat": 48.17051,
1137
- "lng": 11.50938
1138
- },
1139
- {
1140
- "lat": 48.17042,
1141
- "lng": 11.50953
1142
- },
1143
- {
1144
- "lat": 48.17032,
1145
- "lng": 11.50976
1146
- },
1147
- {
1148
- "lat": 48.17022,
1149
- "lng": 11.50999
1150
- },
1151
- {
1152
- "lat": 48.17014,
1153
- "lng": 11.51017
1154
- },
1155
- {
1156
- "lat": 48.17007,
1157
- "lng": 11.51029
1158
- },
1159
- {
1160
- "lat": 48.16999,
1161
- "lng": 11.51044
1162
- },
1163
- {
1164
- "lat": 48.16993,
1165
- "lng": 11.51055
1166
- },
1167
- {
1168
- "lat": 48.16985,
1169
- "lng": 11.51069
1170
- },
1171
- {
1172
- "lat": 48.1698,
1173
- "lng": 11.51078
1174
- },
1175
- {
1176
- "lat": 48.16976,
1177
- "lng": 11.51086
1178
- },
1179
- {
1180
- "lat": 48.16984,
1181
- "lng": 11.5109
1182
- },
1183
- {
1184
- "lat": 48.16991,
1185
- "lng": 11.51093
1186
- },
1187
- {
1188
- "lat": 48.17003,
1189
- "lng": 11.51097
1190
- },
1191
- {
1192
- "lat": 48.17015,
1193
- "lng": 11.51099
1194
- },
1195
- {
1196
- "lat": 48.1703,
1197
- "lng": 11.511
1198
- },
1199
- {
1200
- "lat": 48.17048,
1201
- "lng": 11.51104
1202
- },
1203
- {
1204
- "lat": 48.17068,
1205
- "lng": 11.5111
1206
- },
1207
- {
1208
- "lat": 48.17093,
1209
- "lng": 11.51118
1210
- },
1211
- {
1212
- "lat": 48.17112,
1213
- "lng": 11.51124
1214
- },
1215
- {
1216
- "lat": 48.17131,
1217
- "lng": 11.51131
1218
- },
1219
- {
1220
- "lat": 48.1715,
1221
- "lng": 11.51139
1222
- },
1223
- {
1224
- "lat": 48.17165,
1225
- "lng": 11.51147
1226
- },
1227
- {
1228
- "lat": 48.17179,
1229
- "lng": 11.51156
1230
- },
1231
- {
1232
- "lat": 48.17192,
1233
- "lng": 11.51166
1234
- },
1235
- {
1236
- "lat": 48.17205,
1237
- "lng": 11.51178
1238
- },
1239
- {
1240
- "lat": 48.17219,
1241
- "lng": 11.51192
1242
- },
1243
- {
1244
- "lat": 48.17232,
1245
- "lng": 11.51206
1246
- },
1247
- {
1248
- "lat": 48.17242,
1249
- "lng": 11.51219
1250
- },
1251
- {
1252
- "lat": 48.17251,
1253
- "lng": 11.51234
1254
- },
1255
- {
1256
- "lat": 48.17261,
1257
- "lng": 11.5125
1258
- },
1259
- {
1260
- "lat": 48.1727,
1261
- "lng": 11.51268
1262
- },
1263
- {
1264
- "lat": 48.17279,
1265
- "lng": 11.51287
1266
- },
1267
- {
1268
- "lat": 48.17294,
1269
- "lng": 11.51328
1270
- },
1271
- {
1272
- "lat": 48.17304,
1273
- "lng": 11.51362
1274
- },
1275
- {
1276
- "lat": 48.17307,
1277
- "lng": 11.51373
1278
- },
1279
- {
1280
- "lat": 48.17315,
1281
- "lng": 11.51402
1282
- },
1283
- {
1284
- "lat": 48.17333,
1285
- "lng": 11.51476
1286
- },
1287
- {
1288
- "lat": 48.17341,
1289
- "lng": 11.51511
1290
- },
1291
- {
1292
- "lat": 48.17365,
1293
- "lng": 11.51612
1294
- },
1295
- {
1296
- "lat": 48.17394,
1297
- "lng": 11.51727
1298
- },
1299
- {
1300
- "lat": 48.1741,
1301
- "lng": 11.51791
1302
- },
1303
- {
1304
- "lat": 48.17416,
1305
- "lng": 11.51819
1306
- },
1307
- {
1308
- "lat": 48.17433,
1309
- "lng": 11.51893
1310
- },
1311
- {
1312
- "lat": 48.17438,
1313
- "lng": 11.51911
1314
- },
1315
- {
1316
- "lat": 48.17453,
1317
- "lng": 11.51968
1318
- },
1319
- {
1320
- "lat": 48.17465,
1321
- "lng": 11.52003
1322
- },
1323
- {
1324
- "lat": 48.17469,
1325
- "lng": 11.52013
1326
- },
1327
- {
1328
- "lat": 48.17477,
1329
- "lng": 11.52031
1330
- },
1331
- {
1332
- "lat": 48.17488,
1333
- "lng": 11.52056
1334
- },
1335
- {
1336
- "lat": 48.17501,
1337
- "lng": 11.52084
1338
- },
1339
- {
1340
- "lat": 48.17509,
1341
- "lng": 11.52099
1342
- },
1343
- {
1344
- "lat": 48.1754,
1345
- "lng": 11.52154
1346
- },
1347
- {
1348
- "lat": 48.17541,
1349
- "lng": 11.52171
1350
- },
1351
- {
1352
- "lat": 48.17542,
1353
- "lng": 11.52198
1354
- },
1355
- {
1356
- "lat": 48.17541,
1357
- "lng": 11.52245
1358
- },
1359
- {
1360
- "lat": 48.17517,
1361
- "lng": 11.52292
1362
- },
1363
- {
1364
- "lat": 48.17478,
1365
- "lng": 11.52371
1366
- },
1367
- {
1368
- "lat": 48.17462,
1369
- "lng": 11.52403
1370
- },
1371
- {
1372
- "lat": 48.17455,
1373
- "lng": 11.52416
1374
- },
1375
- {
1376
- "lat": 48.17451,
1377
- "lng": 11.52425
1378
- },
1379
- {
1380
- "lat": 48.17442,
1381
- "lng": 11.52442
1382
- },
1383
- {
1384
- "lat": 48.17421,
1385
- "lng": 11.52483
1386
- },
1387
- {
1388
- "lat": 48.17412,
1389
- "lng": 11.52499
1390
- },
1391
- {
1392
- "lat": 48.17388,
1393
- "lng": 11.52544
1394
- },
1395
- {
1396
- "lat": 48.17376,
1397
- "lng": 11.52567
1398
- },
1399
- {
1400
- "lat": 48.17353,
1401
- "lng": 11.52614
1402
- },
1403
- {
1404
- "lat": 48.17317,
1405
- "lng": 11.52684
1406
- },
1407
- {
1408
- "lat": 48.17299,
1409
- "lng": 11.52719
1410
- },
1411
- {
1412
- "lat": 48.17267,
1413
- "lng": 11.52782
1414
- },
1415
- {
1416
- "lat": 48.17262,
1417
- "lng": 11.52792
1418
- },
1419
- {
1420
- "lat": 48.17246,
1421
- "lng": 11.52824
1422
- },
1423
- {
1424
- "lat": 48.17225,
1425
- "lng": 11.52861
1426
- },
1427
- {
1428
- "lat": 48.17219,
1429
- "lng": 11.52872
1430
- },
1431
- {
1432
- "lat": 48.17214,
1433
- "lng": 11.52882
1434
- },
1435
- {
1436
- "lat": 48.17189,
1437
- "lng": 11.52926
1438
- },
1439
- {
1440
- "lat": 48.17187,
1441
- "lng": 11.5293
1442
- },
1443
- {
1444
- "lat": 48.1715,
1445
- "lng": 11.52995
1446
- },
1447
- {
1448
- "lat": 48.17132,
1449
- "lng": 11.53026
1450
- },
1451
- {
1452
- "lat": 48.17127,
1453
- "lng": 11.53034
1454
- },
1455
- {
1456
- "lat": 48.17103,
1457
- "lng": 11.53075
1458
- },
1459
- {
1460
- "lat": 48.17073,
1461
- "lng": 11.53125
1462
- },
1463
- {
1464
- "lat": 48.17028,
1465
- "lng": 11.53194
1466
- },
1467
- {
1468
- "lat": 48.17017,
1469
- "lng": 11.53211
1470
- },
1471
- {
1472
- "lat": 48.16982,
1473
- "lng": 11.53266
1474
- },
1475
- {
1476
- "lat": 48.16976,
1477
- "lng": 11.53277
1478
- },
1479
- {
1480
- "lat": 48.16939,
1481
- "lng": 11.53331
1482
- },
1483
- {
1484
- "lat": 48.16885,
1485
- "lng": 11.53418
1486
- },
1487
- {
1488
- "lat": 48.16872,
1489
- "lng": 11.53437
1490
- },
1491
- {
1492
- "lat": 48.16822,
1493
- "lng": 11.5351
1494
- },
1495
- {
1496
- "lat": 48.16809,
1497
- "lng": 11.5353
1498
- },
1499
- {
1500
- "lat": 48.16791,
1501
- "lng": 11.53554
1502
- },
1503
- {
1504
- "lat": 48.16785,
1505
- "lng": 11.53562
1506
- },
1507
- {
1508
- "lat": 48.16774,
1509
- "lng": 11.53577
1510
- },
1511
- {
1512
- "lat": 48.16761,
1513
- "lng": 11.53593
1514
- },
1515
- {
1516
- "lat": 48.16745,
1517
- "lng": 11.53612
1518
- },
1519
- {
1520
- "lat": 48.16714,
1521
- "lng": 11.53644
1522
- },
1523
- {
1524
- "lat": 48.167,
1525
- "lng": 11.53659
1526
- },
1527
- {
1528
- "lat": 48.16695,
1529
- "lng": 11.53664
1530
- },
1531
- {
1532
- "lat": 48.16688,
1533
- "lng": 11.53671
1534
- },
1535
- {
1536
- "lat": 48.16653,
1537
- "lng": 11.53704
1538
- },
1539
- {
1540
- "lat": 48.1659,
1541
- "lng": 11.53768
1542
- },
1543
- {
1544
- "lat": 48.16578,
1545
- "lng": 11.53781
1546
- },
1547
- {
1548
- "lat": 48.16564,
1549
- "lng": 11.53796
1550
- },
1551
- {
1552
- "lat": 48.1655,
1553
- "lng": 11.53812
1554
- },
1555
- {
1556
- "lat": 48.16513,
1557
- "lng": 11.53854
1558
- },
1559
- {
1560
- "lat": 48.16487,
1561
- "lng": 11.53887
1562
- },
1563
- {
1564
- "lat": 48.16472,
1565
- "lng": 11.53908
1566
- },
1567
- {
1568
- "lat": 48.1644,
1569
- "lng": 11.53958
1570
- },
1571
- {
1572
- "lat": 48.16432,
1573
- "lng": 11.53971
1574
- },
1575
- {
1576
- "lat": 48.16369,
1577
- "lng": 11.54072
1578
- },
1579
- {
1580
- "lat": 48.16354,
1581
- "lng": 11.54097
1582
- },
1583
- {
1584
- "lat": 48.16328,
1585
- "lng": 11.54138
1586
- },
1587
- {
1588
- "lat": 48.16281,
1589
- "lng": 11.54216
1590
- },
1591
- {
1592
- "lat": 48.16231,
1593
- "lng": 11.54299
1594
- },
1595
- {
1596
- "lat": 48.16185,
1597
- "lng": 11.54381
1598
- },
1599
- {
1600
- "lat": 48.16127,
1601
- "lng": 11.54476
1602
- },
1603
- {
1604
- "lat": 48.16115,
1605
- "lng": 11.54496
1606
- },
1607
- {
1608
- "lat": 48.16097,
1609
- "lng": 11.54525
1610
- },
1611
- {
1612
- "lat": 48.16073,
1613
- "lng": 11.54561
1614
- },
1615
- {
1616
- "lat": 48.16056,
1617
- "lng": 11.54587
1618
- },
1619
- {
1620
- "lat": 48.16029,
1621
- "lng": 11.54625
1622
- },
1623
- {
1624
- "lat": 48.16014,
1625
- "lng": 11.54644
1626
- },
1627
- {
1628
- "lat": 48.15994,
1629
- "lng": 11.54668
1630
- },
1631
- {
1632
- "lat": 48.15979,
1633
- "lng": 11.54683
1634
- },
1635
- {
1636
- "lat": 48.15969,
1637
- "lng": 11.54693
1638
- },
1639
- {
1640
- "lat": 48.15958,
1641
- "lng": 11.54707
1642
- },
1643
- {
1644
- "lat": 48.15947,
1645
- "lng": 11.54721
1646
- },
1647
- {
1648
- "lat": 48.15933,
1649
- "lng": 11.54737
1650
- },
1651
- {
1652
- "lat": 48.15902,
1653
- "lng": 11.54779
1654
- },
1655
- {
1656
- "lat": 48.15882,
1657
- "lng": 11.54804
1658
- },
1659
- {
1660
- "lat": 48.15811,
1661
- "lng": 11.54893
1662
- },
1663
- {
1664
- "lat": 48.15794,
1665
- "lng": 11.54914
1666
- },
1667
- {
1668
- "lat": 48.15734,
1669
- "lng": 11.54987
1670
- },
1671
- {
1672
- "lat": 48.15605,
1673
- "lng": 11.55145
1674
- },
1675
- {
1676
- "lat": 48.15531,
1677
- "lng": 11.55236
1678
- },
1679
- {
1680
- "lat": 48.15523,
1681
- "lng": 11.55246
1682
- },
1683
- {
1684
- "lat": 48.15422,
1685
- "lng": 11.55378
1686
- },
1687
- {
1688
- "lat": 48.15389,
1689
- "lng": 11.55422
1690
- },
1691
- {
1692
- "lat": 48.15342,
1693
- "lng": 11.55479
1694
- },
1695
- {
1696
- "lat": 48.15274,
1697
- "lng": 11.55563
1698
- },
1699
- {
1700
- "lat": 48.1521,
1701
- "lng": 11.55639
1702
- },
1703
- {
1704
- "lat": 48.15167,
1705
- "lng": 11.5569
1706
- },
1707
- {
1708
- "lat": 48.15153,
1709
- "lng": 11.55707
1710
- },
1711
- {
1712
- "lat": 48.15131,
1713
- "lng": 11.55733
1714
- },
1715
- {
1716
- "lat": 48.15102,
1717
- "lng": 11.55766
1718
- },
1719
- {
1720
- "lat": 48.1509,
1721
- "lng": 11.55778
1722
- },
1723
- {
1724
- "lat": 48.15085,
1725
- "lng": 11.55771
1726
- },
1727
- {
1728
- "lat": 48.15077,
1729
- "lng": 11.55763
1730
- },
1731
- {
1732
- "lat": 48.15061,
1733
- "lng": 11.55751
1734
- },
1735
- {
1736
- "lat": 48.15043,
1737
- "lng": 11.55736
1738
- },
1739
- {
1740
- "lat": 48.15036,
1741
- "lng": 11.55733
1742
- },
1743
- {
1744
- "lat": 48.15033,
1745
- "lng": 11.55733
1746
- },
1747
- {
1748
- "lat": 48.15029,
1749
- "lng": 11.55735
1750
- },
1751
- {
1752
- "lat": 48.15026,
1753
- "lng": 11.55737
1754
- },
1755
- {
1756
- "lat": 48.15023,
1757
- "lng": 11.55742
1758
- },
1759
- {
1760
- "lat": 48.15021,
1761
- "lng": 11.55746
1762
- },
1763
- {
1764
- "lat": 48.15021,
1765
- "lng": 11.55753
1766
- },
1767
- {
1768
- "lat": 48.15024,
1769
- "lng": 11.55783
1770
- },
1771
- {
1772
- "lat": 48.15027,
1773
- "lng": 11.55813
1774
- },
1775
- {
1776
- "lat": 48.15028,
1777
- "lng": 11.55824
1778
- },
1779
- {
1780
- "lat": 48.15028,
1781
- "lng": 11.55836
1782
- },
1783
- {
1784
- "lat": 48.15027,
1785
- "lng": 11.55848
1786
- },
1787
- {
1788
- "lat": 48.15023,
1789
- "lng": 11.55868
1790
- },
1791
- {
1792
- "lat": 48.1502,
1793
- "lng": 11.55881
1794
- },
1795
- {
1796
- "lat": 48.15017,
1797
- "lng": 11.55891
1798
- },
1799
- {
1800
- "lat": 48.14997,
1801
- "lng": 11.55967
1802
- },
1803
- {
1804
- "lat": 48.14985,
1805
- "lng": 11.5601
1806
- },
1807
- {
1808
- "lat": 48.14919,
1809
- "lng": 11.56242
1810
- },
1811
- {
1812
- "lat": 48.14908,
1813
- "lng": 11.56282
1814
- },
1815
- {
1816
- "lat": 48.14906,
1817
- "lng": 11.56288
1818
- },
1819
- {
1820
- "lat": 48.14873,
1821
- "lng": 11.56403
1822
- },
1823
- {
1824
- "lat": 48.14858,
1825
- "lng": 11.56455
1826
- },
1827
- {
1828
- "lat": 48.14845,
1829
- "lng": 11.56501
1830
- },
1831
- {
1832
- "lat": 48.14833,
1833
- "lng": 11.56545
1834
- },
1835
- {
1836
- "lat": 48.14821,
1837
- "lng": 11.56587
1838
- },
1839
- {
1840
- "lat": 48.14804,
1841
- "lng": 11.5665
1842
- },
1843
- {
1844
- "lat": 48.14793,
1845
- "lng": 11.56688
1846
- },
1847
- {
1848
- "lat": 48.14791,
1849
- "lng": 11.56696
1850
- },
1851
- {
1852
- "lat": 48.14782,
1853
- "lng": 11.56726
1854
- },
1855
- {
1856
- "lat": 48.1476,
1857
- "lng": 11.56804
1858
- },
1859
- {
1860
- "lat": 48.14755,
1861
- "lng": 11.56823
1862
- },
1863
- {
1864
- "lat": 48.14752,
1865
- "lng": 11.56834
1866
- },
1867
- {
1868
- "lat": 48.14725,
1869
- "lng": 11.56927
1870
- },
1871
- {
1872
- "lat": 48.14702,
1873
- "lng": 11.5701
1874
- },
1875
- {
1876
- "lat": 48.14695,
1877
- "lng": 11.57037
1878
- },
1879
- {
1880
- "lat": 48.14689,
1881
- "lng": 11.57057
1882
- },
1883
- {
1884
- "lat": 48.14631,
1885
- "lng": 11.57269
1886
- },
1887
- {
1888
- "lat": 48.14623,
1889
- "lng": 11.57297
1890
- },
1891
- {
1892
- "lat": 48.14607,
1893
- "lng": 11.5732
1894
- },
1895
- {
1896
- "lat": 48.14596,
1897
- "lng": 11.57336
1898
- },
1899
- {
1900
- "lat": 48.14587,
1901
- "lng": 11.57355
1902
- },
1903
- {
1904
- "lat": 48.14585,
1905
- "lng": 11.57359
1906
- },
1907
- {
1908
- "lat": 48.14577,
1909
- "lng": 11.57378
1910
- },
1911
- {
1912
- "lat": 48.14566,
1913
- "lng": 11.57413
1914
- },
1915
- {
1916
- "lat": 48.14562,
1917
- "lng": 11.57426
1918
- },
1919
- {
1920
- "lat": 48.14555,
1921
- "lng": 11.57433
1922
- },
1923
- {
1924
- "lat": 48.14552,
1925
- "lng": 11.57439
1926
- },
1927
- {
1928
- "lat": 48.14549,
1929
- "lng": 11.57447
1930
- },
1931
- {
1932
- "lat": 48.14546,
1933
- "lng": 11.5746
1934
- },
1935
- {
1936
- "lat": 48.14541,
1937
- "lng": 11.57482
1938
- },
1939
- {
1940
- "lat": 48.14538,
1941
- "lng": 11.57501
1942
- },
1943
- {
1944
- "lat": 48.14537,
1945
- "lng": 11.57518
1946
- },
1947
- {
1948
- "lat": 48.14539,
1949
- "lng": 11.57552
1950
- },
1951
- {
1952
- "lat": 48.14544,
1953
- "lng": 11.57592
1954
- },
1955
- {
1956
- "lat": 48.14546,
1957
- "lng": 11.57626
1958
- },
1959
- {
1960
- "lat": 48.14549,
1961
- "lng": 11.57667
1962
- },
1963
- {
1964
- "lat": 48.14551,
1965
- "lng": 11.57702
1966
- },
1967
- {
1968
- "lat": 48.14551,
1969
- "lng": 11.57722
1970
- },
1971
- {
1972
- "lat": 48.14551,
1973
- "lng": 11.57737
1974
- },
1975
- {
1976
- "lat": 48.14551,
1977
- "lng": 11.57746
1978
- },
1979
- {
1980
- "lat": 48.1455,
1981
- "lng": 11.57762
1982
- },
1983
- {
1984
- "lat": 48.14549,
1985
- "lng": 11.57768
1986
- },
1987
- {
1988
- "lat": 48.14547,
1989
- "lng": 11.5778
1990
- },
1991
- {
1992
- "lat": 48.14537,
1993
- "lng": 11.57825
1994
- },
1995
- {
1996
- "lat": 48.14525,
1997
- "lng": 11.57878
1998
- },
1999
- {
2000
- "lat": 48.14486,
2001
- "lng": 11.57861
2002
- },
2003
- {
2004
- "lat": 48.14467,
2005
- "lng": 11.57852
2006
- },
2007
- {
2008
- "lat": 48.14428,
2009
- "lng": 11.57833
2010
- },
2011
- {
2012
- "lat": 48.14411,
2013
- "lng": 11.57825
2014
- },
2015
- {
2016
- "lat": 48.14389,
2017
- "lng": 11.57814
2018
- },
2019
- {
2020
- "lat": 48.14357,
2021
- "lng": 11.57799
2022
- },
2023
- {
2024
- "lat": 48.1433,
2025
- "lng": 11.57787
2026
- },
2027
- {
2028
- "lat": 48.14318,
2029
- "lng": 11.57782
2030
- },
2031
- {
2032
- "lat": 48.14304,
2033
- "lng": 11.57776
2034
- },
2035
- {
2036
- "lat": 48.14263,
2037
- "lng": 11.57752
2038
- },
2039
- {
2040
- "lat": 48.14258,
2041
- "lng": 11.57772
2042
- },
2043
- {
2044
- "lat": 48.14244,
2045
- "lng": 11.57771
2046
- },
2047
- {
2048
- "lat": 48.14237,
2049
- "lng": 11.57791
2050
- },
2051
- {
2052
- "lat": 48.14244,
2053
- "lng": 11.57771
2054
- },
2055
- {
2056
- "lat": 48.14258,
2057
- "lng": 11.57772
2058
- },
2059
- {
2060
- "lat": 48.14251,
2061
- "lng": 11.57804
2062
- },
2063
- {
2064
- "lat": 48.14249,
2065
- "lng": 11.57811
2066
- },
2067
- {
2068
- "lat": 48.14241,
2069
- "lng": 11.57837
2070
- },
2071
- {
2072
- "lat": 48.14234,
2073
- "lng": 11.57869
2074
- },
2075
- {
2076
- "lat": 48.14222,
2077
- "lng": 11.57923
2078
- },
2079
- {
2080
- "lat": 48.14208,
2081
- "lng": 11.57917
2082
- },
2083
- {
2084
- "lat": 48.14193,
2085
- "lng": 11.57996
2086
- },
2087
- {
2088
- "lat": 48.14182,
2089
- "lng": 11.58051
2090
- },
2091
- {
2092
- "lat": 48.14166,
2093
- "lng": 11.58118
2094
- },
2095
- {
2096
- "lat": 48.14151,
2097
- "lng": 11.58122
2098
- },
2099
- {
2100
- "lat": 48.14122,
2101
- "lng": 11.58107
2102
- },
2103
- {
2104
- "lat": 48.1408,
2105
- "lng": 11.58089
2106
- },
2107
- {
2108
- "lat": 48.14029,
2109
- "lng": 11.58068
2110
- },
2111
- {
2112
- "lat": 48.1401,
2113
- "lng": 11.58061
2114
- },
2115
- {
2116
- "lat": 48.13995,
2117
- "lng": 11.58055
2118
- },
2119
- {
2120
- "lat": 48.13937,
2121
- "lng": 11.58033
2122
- },
2123
- {
2124
- "lat": 48.1391,
2125
- "lng": 11.58025
2126
- },
2127
- {
2128
- "lat": 48.13916,
2129
- "lng": 11.57996
2130
- },
2131
- {
2132
- "lat": 48.13878,
2133
- "lng": 11.57965
2134
- },
2135
- {
2136
- "lat": 48.13871,
2137
- "lng": 11.57983
2138
- },
2139
- {
2140
- "lat": 48.13859,
2141
- "lng": 11.58013
2142
- }
2143
- ],
2144
- "alternative": false
2145
- }
2146
- ],
2147
- "markers": [
2148
- {
2149
- "id": "100",
2150
- "position": {
2151
- "lat": 48.17933,
2152
- "lng": 11.48731
2153
- },
2154
- "markerProps": {
2155
- "active": false,
2156
- "iconNames": [
2157
- "start"
2158
- ],
2159
- "markerColor": "bg-map-marker-route",
2160
- "clickable": false
2161
- }
2162
- },
2163
- {
2164
- "id": "200",
2165
- "position": {
2166
- "lat": 48.13859,
2167
- "lng": 11.58013
2168
- },
2169
- "markerProps": {
2170
- "active": false,
2171
- "iconNames": [
2172
- "finish"
2173
- ],
2174
- "markerColor": "bg-map-marker-route",
2175
- "clickable": false
2176
- }
2177
- },
2178
- {
2179
- "id": "59.70357",
2180
- "position": {
2181
- "lat": 48.16745,
2182
- "lng": 11.53612
2183
- },
2184
- "markerProps": {
2185
- "active": true,
2186
- "iconNames": [
2187
- "route"
2188
- ],
2189
- "markerColor": "bg-map-marker-route",
2190
- "name": "10 km / 36 min",
2191
- "clickable": false,
2192
- "fixed": true
2193
- }
2194
- }
2195
- ]
2196
- }
2197
-
2198
- Select file...
2199
-
2200
- Create demo routeCreate demo markerToggle route events
2201
- Enter your route data into the input or select a JSON file to render a route with multiple segments and markers. Please note that this will replace all previously existing markers and route segments.
2202
- Segments are separate parts of the route, each containing a list of points, which can be rendered as reduced route (semi-transparent) and with or without arrows (showArrows). A Marker should provide aposition and markerProps to define its shape.
2203
-
2204
- #### Summary
2205
-
2206
- Terms of use© 1987–2026 HERE
2207
-
2208
- 10 km
2209
-
2210
- Choose view
2211
- Map view
2212
- Satellite
2213
-
2214
- Traffic conditions
2215
- Show traffic incidents
2216
-
2217
758
  {
2218
759
  "segments": [
2219
760
  {
@@ -3527,9 +2068,9 @@ Show traffic incidents
3527
2068
 
3528
2069
  Select file...
3529
2070
 
3530
- Create demo routeCreate demo markerToggle route events
3531
- Enter your route data into the input or select a JSON file to render a route with multiple segments and markers. Please note that this will replace all previously existing markers and route segments.
3532
- Segments are separate parts of the route, each containing a list of points, which can be rendered as reduced route (semi-transparent) and with or without arrows (showArrows). A Marker should provide aposition and markerProps to define its shape.
2071
+ Create demo route Create demo marker Toggle route events
2072
+ Enter your route data into the input or select a JSON file to render a route with multiple segments and markers . Please note that this will replace all previously existing markers and route segments.
2073
+ Segments are separate parts of the route, each containing a list of points , which can be rendered as reduced route (semi-transparent) and with or without arrows (showArrows). A Marker should provide a position and markerProps to define its shape.
3533
2074
 
3534
2075
  #### React (tsx)
3535
2076