From 4be4ff5e869ccdbe5ab55936488724643df2c6a5 Mon Sep 17 00:00:00 2001
From: Ravi Singh Indoor Map - Restrict map movement
- This example shows an Indoor Map of the Tiefgarage Riem Arcaden APCOA parking garage (27158). - This example also works with Mall of Berlin (22766) and Zurich Airport (7348) + This example shows an Indoor Map of the Tiefgarage Riem Arcaden APCOA parking garage. + This example also works with Mall of Berlin and Zurich Airport
diff --git a/indoor-map-movement/demo.js b/indoor-map-movement/demo.js index e330e3f..29ed638 100644 --- a/indoor-map-movement/demo.js +++ b/indoor-map-movement/demo.js @@ -8,11 +8,13 @@ const yourApikey = 'ZKBUeAgkzH4JWhg93AA7cIE_kZotbMGhVI0_UYC0COY'; // Replace with your indoor map platform collection hrn const indoorMapHrn = 'hrn:here:data::org651595200:indoormap-ed6d5667-cfe0-4748-bbf5-88b00e7e3b21-collection'; -// Replace with the venue id for your map. This example works for maps: -// 7348 - Zurich Airport -// 27158 - Tiefgarage Riem Arcaden APCOA Parking garage -// 22766 - Mall of Berlin -const venueId = '27158'; +// Specify the venue ID for your map. Examples of the map ID mentioned below. +// For legacy maps, you can continue to use the numeric value. +// Examples: +// indoormap-00000000-0000-4000-a000-000000007348 for Zurich Airport (legacy id 7348) +// indoormap-00000000-0000-4000-a000-000000027158 for Tiefgarage Riem Arcaden APCOA Parking garage (legacy id 27158) +// indoormap-00000000-0000-4000-a000-000000022766 for Mall of Berlin (legacy id 22766) +const venueId = 'indoormap-00000000-0000-4000-a000-000000027158'; /** * Load and add indoor data on the map. diff --git a/indoor-map-ui-interaction/demo.html b/indoor-map-ui-interaction/demo.html index 0816848..88285af 100644 --- a/indoor-map-ui-interaction/demo.html +++ b/indoor-map-ui-interaction/demo.html @@ -44,8 +44,8 @@- This example shows an Indoor Map of the Mall of Berlin (22766). - This example also works with Tiefgarage Riem Arcaden APCOA parking garage (27158) and Zurich Airport (7348) + This example shows an Indoor Map of the Mall of Berlin. + This example also works with Tiefgarage Riem Arcaden APCOA parking garage and Zurich Airport
diff --git a/indoor-map-ui-interaction/demo.js b/indoor-map-ui-interaction/demo.js index e1fae6a..5019031 100644 --- a/indoor-map-ui-interaction/demo.js +++ b/indoor-map-ui-interaction/demo.js @@ -8,11 +8,13 @@ const yourApikey = 'ZKBUeAgkzH4JWhg93AA7cIE_kZotbMGhVI0_UYC0COY'; // Replace with your indoor map platform collection hrn const indoorMapHrn = 'hrn:here:data::org651595200:indoormap-ed6d5667-cfe0-4748-bbf5-88b00e7e3b21-collection'; -// Replace with the venue id for your map. This example works for maps: -// 7348 - Zurich Airport -// 27158 - Tiefgarage Riem Arcaden APCOA Parking garage -// 22766 - Mall of Berlin -const venueId = '22766'; +// Specify the venue ID for your map. Examples of the map ID mentioned below. +// For legacy maps, you can continue to use the numeric value. +// Examples: +// indoormap-00000000-0000-4000-a000-000000007348 for Zurich Airport (legacy id 7348) +// indoormap-00000000-0000-4000-a000-000000027158 for Tiefgarage Riem Arcaden APCOA Parking garage (legacy id 27158) +// indoormap-00000000-0000-4000-a000-000000022766 for Mall of Berlin (legacy id 22766) +const venueId = 'indoormap-00000000-0000-4000-a000-000000022766'; var infoBubble; diff --git a/indoor-map/demo.html b/indoor-map/demo.html index a000379..f90c94b 100644 --- a/indoor-map/demo.html +++ b/indoor-map/demo.html @@ -48,8 +48,8 @@- This example shows an Indoor Map of the Zurich Airport (7348). - This example also works with Tiefgarage Riem Arcaden APCOA parking garage (27158) and Mall of Berlin (22766) + This example shows an Indoor Map of the Zurich Airport. + This example also works with Tiefgarage Riem Arcaden APCOA parking garage and Mall of Berlin
diff --git a/indoor-map/demo.js b/indoor-map/demo.js index 467f097..3b06db5 100644 --- a/indoor-map/demo.js +++ b/indoor-map/demo.js @@ -8,11 +8,13 @@ const yourApikey = 'ZKBUeAgkzH4JWhg93AA7cIE_kZotbMGhVI0_UYC0COY'; // Replace with your indoor map platform collection hrn const indoorMapHrn = 'hrn:here:data::org651595200:indoormap-ed6d5667-cfe0-4748-bbf5-88b00e7e3b21-collection'; -// Replace with the venue id for your map. This example works for maps: -// 7348 - Zurich Airport -// 27158 - Tiefgarage Riem Arcaden APCOA Parking garage -// 22766 - Mall of Berlin -const venueId = '7348'; +// Specify the venue ID for your map. Examples of the map ID mentioned below. +// For legacy maps, you can continue to use the numeric value. +// Examples: +// indoormap-00000000-0000-4000-a000-000000007348 for Zurich Airport (legacy id 7348) +// indoormap-00000000-0000-4000-a000-000000027158 for Tiefgarage Riem Arcaden APCOA Parking garage (legacy id 27158) +// indoormap-00000000-0000-4000-a000-000000022766 for Mall of Berlin (legacy id 22766) +const venueId = 'indoormap-00000000-0000-4000-a000-000000007348'; // The value of the drawing id varies as per the venue being loaded. Replace with appropriate value. const drawingId = 'structure-7880';