File tree Expand file tree Collapse file tree 3 files changed +21
-15
lines changed
indoor-map-ui-interaction Expand file tree Collapse file tree 3 files changed +21
-15
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ const yourApikey = 'ZKBUeAgkzH4JWhg93AA7cIE_kZotbMGhVI0_UYC0COY';
8
8
// Replace with your indoor map platform collection hrn
9
9
const indoorMapHrn = 'hrn:here:data::org651595200:indoormap-ed6d5667-cfe0-4748-bbf5-88b00e7e3b21-collection' ;
10
10
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' ;
16
18
17
19
/**
18
20
* Load and add indoor data on the map.
Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ const yourApikey = 'ZKBUeAgkzH4JWhg93AA7cIE_kZotbMGhVI0_UYC0COY';
8
8
// Replace with your indoor map platform collection hrn
9
9
const indoorMapHrn = 'hrn:here:data::org651595200:indoormap-ed6d5667-cfe0-4748-bbf5-88b00e7e3b21-collection' ;
10
10
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' ;
16
18
17
19
var infoBubble ;
18
20
Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ const yourApikey = 'ZKBUeAgkzH4JWhg93AA7cIE_kZotbMGhVI0_UYC0COY';
8
8
// Replace with your indoor map platform collection hrn
9
9
const indoorMapHrn = 'hrn:here:data::org651595200:indoormap-ed6d5667-cfe0-4748-bbf5-88b00e7e3b21-collection' ;
10
10
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' ;
16
18
17
19
// The value of the drawing id varies as per the venue being loaded. Replace with appropriate value.
18
20
const drawingId = 'structure-7880' ;
You can’t perform that action at this time.
0 commit comments