File tree Expand file tree Collapse file tree 6 files changed +27
-21
lines changed
indoor-map-ui-interaction Expand file tree Collapse file tree 6 files changed +27
-21
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ <h1>Indoor Map - Restrict map movement</h1>
4444 </ p >
4545
4646 < p >
47- This example shows an Indoor Map of the < b > Tiefgarage Riem Arcaden APCOA parking garage (27158) </ b > .
48- This example also works with Mall of Berlin (22766) and Zurich Airport (7348)
47+ This example shows an Indoor Map of the < b > Tiefgarage Riem Arcaden APCOA parking garage</ b > .
48+ This example also works with Mall of Berlin and Zurich Airport
4949 </ p >
5050
5151 < div id ="map "> </ div >
Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ const yourApikey = 'ZKBUeAgkzH4JWhg93AA7cIE_kZotbMGhVI0_UYC0COY';
88// Replace with your indoor map platform collection hrn
99const indoorMapHrn = 'hrn:here:data::org651595200:indoormap-ed6d5667-cfe0-4748-bbf5-88b00e7e3b21-collection' ;
1010
11- // Replace with the venue id for your map. This example works for maps:
12- // 7348 - Zurich Airport
13- // 27158 - Tiefgarage Riem Arcaden APCOA Parking garage
14- // 22766 - Mall of Berlin
15- const venueId = '27158' ;
11+ // Specify the venue ID for your map. Examples of the map ID mentioned below.
12+ // For legacy maps, you can continue to use the numeric value.
13+ // Examples:
14+ // indoormap-00000000-0000-4000-a000-000000007348 for Zurich Airport (legacy id 7348)
15+ // indoormap-00000000-0000-4000-a000-000000027158 for Tiefgarage Riem Arcaden APCOA Parking garage (legacy id 27158)
16+ // indoormap-00000000-0000-4000-a000-000000022766 for Mall of Berlin (legacy id 22766)
17+ const venueId = 'indoormap-00000000-0000-4000-a000-000000027158' ;
1618
1719/**
1820 * Load and add indoor data on the map.
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ <h1>Indoor Map UI Interactions</h1>
4444 </ p >
4545
4646 < p >
47- This example shows an Indoor Map of the < b > Mall of Berlin (22766) </ b > .
48- This example also works with Tiefgarage Riem Arcaden APCOA parking garage (27158) and Zurich Airport (7348)
47+ This example shows an Indoor Map of the < b > Mall of Berlin</ b > .
48+ This example also works with Tiefgarage Riem Arcaden APCOA parking garage and Zurich Airport
4949 </ p >
5050
5151 < div id ="map "> </ div >
Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ const yourApikey = 'ZKBUeAgkzH4JWhg93AA7cIE_kZotbMGhVI0_UYC0COY';
88// Replace with your indoor map platform collection hrn
99const indoorMapHrn = 'hrn:here:data::org651595200:indoormap-ed6d5667-cfe0-4748-bbf5-88b00e7e3b21-collection' ;
1010
11- // Replace with the venue id for your map. This example works for maps:
12- // 7348 - Zurich Airport
13- // 27158 - Tiefgarage Riem Arcaden APCOA Parking garage
14- // 22766 - Mall of Berlin
15- const venueId = '22766' ;
11+ // Specify the venue ID for your map. Examples of the map ID mentioned below.
12+ // For legacy maps, you can continue to use the numeric value.
13+ // Examples:
14+ // indoormap-00000000-0000-4000-a000-000000007348 for Zurich Airport (legacy id 7348)
15+ // indoormap-00000000-0000-4000-a000-000000027158 for Tiefgarage Riem Arcaden APCOA Parking garage (legacy id 27158)
16+ // indoormap-00000000-0000-4000-a000-000000022766 for Mall of Berlin (legacy id 22766)
17+ const venueId = 'indoormap-00000000-0000-4000-a000-000000022766' ;
1618
1719var infoBubble ;
1820
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ <h1>Show an Indoor Map</h1>
4848 </ p >
4949
5050 < p >
51- This example shows an Indoor Map of the < b > Zurich Airport (7348) </ b > .
52- This example also works with Tiefgarage Riem Arcaden APCOA parking garage (27158) and Mall of Berlin (22766)
51+ This example shows an Indoor Map of the < b > Zurich Airport</ b > .
52+ This example also works with Tiefgarage Riem Arcaden APCOA parking garage and Mall of Berlin
5353 </ p >
5454
5555 < div id ="map "> </ div >
Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ const yourApikey = 'ZKBUeAgkzH4JWhg93AA7cIE_kZotbMGhVI0_UYC0COY';
88// Replace with your indoor map platform collection hrn
99const indoorMapHrn = 'hrn:here:data::org651595200:indoormap-ed6d5667-cfe0-4748-bbf5-88b00e7e3b21-collection' ;
1010
11- // Replace with the venue id for your map. This example works for maps:
12- // 7348 - Zurich Airport
13- // 27158 - Tiefgarage Riem Arcaden APCOA Parking garage
14- // 22766 - Mall of Berlin
15- const venueId = '7348' ;
11+ // Specify the venue ID for your map. Examples of the map ID mentioned below.
12+ // For legacy maps, you can continue to use the numeric value.
13+ // Examples:
14+ // indoormap-00000000-0000-4000-a000-000000007348 for Zurich Airport (legacy id 7348)
15+ // indoormap-00000000-0000-4000-a000-000000027158 for Tiefgarage Riem Arcaden APCOA Parking garage (legacy id 27158)
16+ // indoormap-00000000-0000-4000-a000-000000022766 for Mall of Berlin (legacy id 22766)
17+ const venueId = 'indoormap-00000000-0000-4000-a000-000000007348' ;
1618
1719// Optionally, the value of the drawing id varies as per the venue being loaded. Replace with appropriate value.
1820const drawingId = 'structure-7880' ;
You can’t perform that action at this time.
0 commit comments