Create indoor map with the onboarding tool

This article demonstrates how to create an indoor map using the Azure Maps Creator onboarding tool.

Prerequisites

Note

The drawing package used in this article is the Sample - Contoso Drawing Package.

Get started

The following steps demonstrate how to create an indoor map in your Azure Maps account using the Azure Maps Creator onboarding tool. The MapConfigurationId property is created during the onboarding process and is used to reference the map in your application. For more information, see The Map Configuration ID.

  1. Import the drawing package into your Azure Maps account using the Azure Maps Creator onboarding tool.

    Screenshot showing the process file screen of the Azure Maps Creator onboarding tool.

    Tip

    If your drawing package doesn't contain a manifest, The Drawing Package Guide describes how to create one.

  2. Once your drawing package has been processed, select the Create + Download button to begin creating the indoor map.

    Screenshot showing the Review + Create screen of the Azure Maps Creator onboarding tool, with the Create + Download button highlighted.

  3. The first step in this process uploads the package into the Azure Maps account.

    Screenshot showing the package upload screen of the Azure Maps Creator onboarding tool.

  4. Once the package is uploaded, the onboarding tool uses the Conversion service to validate the data then convert the geometry and data from the drawing package into a digital indoor map. For more information about the conversion process, see Convert a drawing package in the Creator concepts article.

    Screenshot showing the package conversion screen of the Azure Maps Creator onboarding tool, including the Conversion ID value.

  5. The next step in the process is to create the dataset. Datasets contain a collection of features within the facility.

    Screenshot showing the dataset-creation screen of the Azure Maps Creator onboarding tool, including the dataset ID value.

  6. The dataset is used to create a tileset. Tilesets are a lightweight storage format used by Azure Maps when rendering map data.

    Screenshot showing the tileset creation screen of the Azure Maps Creator onboarding tool, including the Map Configuration ID value.

    Important

    The MapConfigurationId is created as a part of the tileset creation process and is required to reference the indoor map in your applications. Make sure to make a copy of it for future reference.

  7. The indoor map is created and displayed as a preview.

    Screenshot showing the map screen of the Azure Maps Creator onboarding tool.

Your indoor map is created and stored in your Azure Maps account and is now ready to be used in your applications.

The Map Configuration ID

The MapConfigurationId property created as a part of the tileset creation process in step 6. This property is required to reference the indoor map in your application code. Make sure to make a copy of it for future reference.

Next steps

Integrate the indoor map into your applications using the Web SDK.