You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: indoor-map/demo.html
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -42,20 +42,20 @@ <h1>Show an Indoor Map</h1>
42
42
<p>
43
43
The Indoor Maps module facilitates access to your private indoor maps including full JSON models. The HERE Indoor Maps API also provides information about indoor spaces, buildings, level geometry and points of interest.
44
44
</p>
45
-
45
+
46
46
<p>
47
-
More information on the use of the HERE Indoor Maps API is available <ahref="https://developer.here.com/documentation/maps/dev_guide/topics/venues.html" target="_blank">here</a>.
47
+
More information on the use of the HERE Indoor Maps API is available <ahref="https://developer.here.com/documentation/maps/dev_guide/topics/indoor-maps.html" target="_blank">here</a>.
48
48
</p>
49
-
49
+
50
50
<p>
51
-
This example shows an Indoor Map of the <b>Zurich Airport (7348)</b>.
51
+
This example shows an Indoor Map of the <b>Zurich Airport (7348)</b>.
52
52
This example also works with Tiefgarage Riem Arcaden APCOA parking garage (27158) and Mall of Berlin (22766)
53
53
</p>
54
-
54
+
55
55
<divid="map"></div>
56
56
<h3>Code</h3>
57
57
<p>
58
-
The example shows loading the Indoor Map using <code>H.venues.Service2</code> and renders the indoor map using an instance of <code>H.venues.Provider</code>.<br>
58
+
The example shows loading the Indoor Map using <code>H.venues.Service2</code> and renders the indoor map using an instance of <code>H.venues.Provider</code>.<br>
59
59
The example also shows how to:
60
60
<ul>
61
61
<li>get the list of indoor maps from the given HRN using <code>H.venues.Service2.getMapInfoList()</code></li>
@@ -64,6 +64,9 @@ <h3>Code</h3>
64
64
<li>override default indoor map label text preferences using <code>H.venues.Service2.LABEL_TEXT_PREFERENCE_OVERRIDE</code></li>
65
65
</ul>
66
66
</p>
67
+
<p>
68
+
For complete descriptions of the parameters shown in this example, see the <ahref=https://developer.here.com/documentation/maps/dev_guide/api_reference/index.htmltarget="_blank">API Reference</a>.
0 commit comments