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.
More information on the use of the HERE Indoor Maps API is available here.
This example shows an Indoor Map of the Zurich Airport (7348). This example also works with Tiefgarage Riem Arcaden APCOA parking garage (27158) and Mall of Berlin (22766)
The example shows loading the Indoor Map using H.venues.Service2
and renders the indoor map using an instance of H.venues.Provider
.
The example also shows how to:
H.venues.Service2.getMapInfoList()
H.Map.setBaseLayer(layer)
H.venues.Venue.setActiveLevelIndex(levelIndex)
H.venues.Service2.LABEL_TEXT_PREFERENCE_OVERRIDE
For complete descriptions of the parameters shown in this example, see the API Reference.