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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,12 @@ <h1>Show an Indoor Map</h1>
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.Service</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
-
<li>disable the base map while loading a indoor map using <code>H.Map.setBaseLayer (layer)</code></li>
62
-
<li>switch to an indoor map level other than the default using <code>H.venues.Venue.setActiveLevelIndex (levelIndex)</code></li>
61
+
<li>get the list of indoor maps from the given HRN using <code>H.venues.Service2.getMapInfoList()</code></li>
62
+
<li>disable the base map while loading a indoor map using <code>H.Map.setBaseLayer(layer)</code></li>
63
+
<li>switch to an indoor map level other than the default using <code>H.venues.Venue.setActiveLevelIndex(levelIndex)</code></li>
63
64
<li>override default indoor map label text preferences using <code>H.venues.Service2.LABEL_TEXT_PREFERENCE_OVERRIDE</code></li>
0 commit comments