Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated the indoor example app venueID to support full mapId string with backward compatibility #166

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions indoor-map-movement/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ <h1>Indoor Map - Restrict map movement</h1>
</p>

<p>
This example shows an Indoor Map of the <b>Tiefgarage Riem Arcaden APCOA parking garage (27158)</b>.
This example also works with Mall of Berlin (22766) and Zurich Airport (7348)
This example shows an Indoor Map of the <b>Tiefgarage Riem Arcaden APCOA parking garage</b>.
This example also works with Mall of Berlin and Zurich Airport
</p>

<div id="map"></div>
Expand Down
12 changes: 7 additions & 5 deletions indoor-map-movement/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions indoor-map-ui-interaction/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ <h1>Indoor Map UI Interactions</h1>
</p>

<p>
This example shows an Indoor Map of the <b>Mall of Berlin (22766)</b>.
This example also works with Tiefgarage Riem Arcaden APCOA parking garage (27158) and Zurich Airport (7348)
This example shows an Indoor Map of the <b>Mall of Berlin</b>.
This example also works with Tiefgarage Riem Arcaden APCOA parking garage and Zurich Airport
</p>

<div id="map"></div>
Expand Down
12 changes: 7 additions & 5 deletions indoor-map-ui-interaction/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
4 changes: 2 additions & 2 deletions indoor-map/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ <h1>Show an Indoor Map</h1>
</p>

<p>
This example shows an Indoor Map of the <b>Zurich Airport (7348)</b>.
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 <b>Zurich Airport</b>.
This example also works with Tiefgarage Riem Arcaden APCOA parking garage and Mall of Berlin
</p>

<div id="map"></div>
Expand Down
12 changes: 7 additions & 5 deletions indoor-map/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

// Optionally, the value of the drawing id varies as per the venue being loaded. Replace with appropriate value.
const drawingId = 'structure-7880';
Expand Down