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
@@ -45,7 +45,7 @@ <h1>Show routes on Indoor Map</h1>
45
45
</p>
46
46
47
47
<p>
48
-
More information on the use of the HERE Indoor Maps API is available <ahref="https://www.here.com/docs/bundle/maps-api-for-javascript-developer-guide/page/topics/indoor-maps.html" target="_blank">here</a>.
48
+
More information on the use of the HERE Indoor Maps API is available <ahref="https://www.here.com/docs/bundle/maps-api-for-javascript-developer-guide-3.2/page/topics/indoor-maps.html" target="_blank">here</a>.
49
49
</p>
50
50
51
51
<p>
@@ -56,8 +56,8 @@ <h1>Show routes on Indoor Map</h1>
56
56
<divid="map"></div>
57
57
<h3>Code</h3>
58
58
<p>
59
-
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>
60
-
<p>Access to the routing service is obtained from the <code>H.venues.Service2</code> by calling
59
+
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>
60
+
<p>Access to the routing service is obtained from the <code>H.venues.Service</code> by calling
61
61
<code>calculateRoute(routeParams)</code>. The <code>calculateRoute()</code> method is used to calculate the shortest
62
62
pedestrian route by passing in the relevant parameters as defined in
0 commit comments