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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ All of the following examples use **version 3.1** of the API
23
23
*[Display KML Data](https://heremaps.github.io/maps-api-for-javascript-examples/display-kml-on-map/demo.html) - Parse a KML file and display the data on a map
24
24
*[Display GeoJSON Data](https://heremaps.github.io/maps-api-for-javascript-examples/display-geojson-on-map/demo.html) - Parse a GeoJSON file and display the data on a map
25
25
*[Display an Indoor Map](https://heremaps.github.io/maps-api-for-javascript-examples/indoor-map/demo.html) - Use the HERE Indoor Maps API to load and visualize an indoor map
26
+
*[UI interactions on Indoor Map](https://heremaps.github.io/maps-api-for-javascript-examples/indoor-map-ui-interaction/demo.html) - HERE Indoor Maps API with UI interactions on the map
27
+
*[Restrict map movement with Indoor Map](https://heremaps.github.io/maps-api-for-javascript-examples/indoor-map-movement/demo.html) - Restrict the map movement within the indoor map bounds
26
28
*[Draggable Marker](https://heremaps.github.io/maps-api-for-javascript-examples/draggable-marker/demo.html) - Display a moveable marker on a map
27
29
*[Draggable geo shapes](https://heremaps.github.io/maps-api-for-javascript-examples/draggable-shapes/demo.html) - Display moveable geometric shapes on a map
28
30
*[Extruded geo shapes](https://heremaps.github.io/maps-api-for-javascript-examples/extruded-objects/demo.html) - 3D extrusion of the geometric shapes
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>.
44
+
</p>
45
+
46
+
<p>
47
+
This example shows an Indoor Map of the <b>Tiefgarage Riem Arcaden APCOA parking garage (27158)</b>.
48
+
This example also works with Mall of Berlin (22766) and Zurich Airport (7348)
49
+
</p>
50
+
51
+
<divid="map"></div>
52
+
<h3>Code</h3>
53
+
<p>
54
+
The example shows how to restrict the map movement within the indoor map bounds. Additionally, it shows how to rotate a map.<br>
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>.
44
+
</p>
45
+
46
+
<p>
47
+
This example shows an Indoor Map of the <b>Mall of Berlin (22766)</b>.
48
+
This example also works with Tiefgarage Riem Arcaden APCOA parking garage (27158) and Zurich Airport (7348)
49
+
</p>
50
+
51
+
<divid="map"></div>
52
+
<h3>Code</h3>
53
+
<p>
54
+
The example shows UI interactions with the Indoor Map.<br>
55
+
The example covers the below mentioned samples:
56
+
<ul>
57
+
<li>the usage of the indoor map related UI controls to change levels and buildings using <code>H.venues.ui.LevelControl</code> and <code>H.venues.ui.DrawingControl</code> respectively.</li>
58
+
<li>displaying an info-bubble on click of a geometry</li>
59
+
<li>searching geometries in an indoor map and highlighting them</li>
0 commit comments