Logo

dev-resources.site

for different kinds of informations.

Create your own indoor maps using Azure Maps Creator

Published at
6/8/2021
Categories
azure
maps
geographic
location
Author
cschotte
Categories
4 categories in total
azure
open
maps
open
geographic
open
location
open
Author
8 person written this
cschotte
open
Create your own indoor maps using Azure Maps Creator

Introduction

When you are working inside a building, like an office, factory, shopping mall, or something like a museum. There are probably a lot of sensors that can tell you information about that building, like what is the temperature and air quality per room, is there any door open or is there some alarm happening. When you in a big building and you want to know the fastest route to a specific room/store/painting, you probably apricate some help in navigating. These are all smart buildings.

Using indoor maps will not only help you visualize the building/floorplans and its IoT sensors, but also interact and navigate with it. For example, when you are for the first time in the Louvre Museum and want to know how to get to the famous Mona Lisa painting, you can use an interactive indoor map to find and navigate to what you were searching for.

Map of the Louvre Museum

By using the same technology for mapping outdoors we can use Azure Maps also for indoor mapping solutions. Azure Maps is a collection of geospatial services APIs and SDKs that use fresh mapping data to provide geographic context to web and mobile applications. Azure Maps Creator is the service that facilitates the creation of indoor maps using your own building drawings. Azure Maps has SDKs for Web, Android, and iOS (is coming), and is available in Power BI.

Azure Maps

Azure Maps Creator

To get started using the Azure Maps Creator services, you first need a free Azure subscription and an Azure Maps account. To use the Creator services, Azure Maps Creator must be created in an Azure Maps account. For information about how to create Azure Maps Creator in Azure Maps, see Manage Azure Maps Creator.

After you have created an Azure Maps account you get two options to authenticate to the Azure Maps services; a subscription API key or by using Azure Active Directory (what is a more secure way). The API key you use in the API calls. Currently, there are two endpoint regions: Europe, and the United States.

POST Data Upload API

Second, you need to have or create your own CAD drawings from your building like floorplans in the .DWG file format (AutoCAD DWG file format versionβ€―AC1032). These drawings need then be packaged into a simple .ZIP file including a manifest.json file that describes the Drawing package. See for more information, the Conversion Drawing package guide. This step is very important, creating and preparing your floorplans including all the interactive elements that make your solution stand out or not.

The process after the drawing package creation is very straightforward. You upload the drawing package using the Data Upload API, convert it using the Conversion API, and create a dataset and tileset using the Dataset API and Tileset API. See this tutorial on how to do this step by step: Use Creator to create indoor maps.

  • Dataset is a collection of indoor map features.
  • Tileset is a collection of vector data that represents a set of uniform grid tiles.
  • Feature statesets are collections of dynamic properties (states) that are assigned to dataset features, such as rooms or equipment.

Drawing package process

Rendering the indoor map

The Azure Maps Web SDK includes the Indoor Maps module. This module offers extended functionalities to the Azure Maps Map Control library. The Indoor Maps module renders indoor maps created in Creator. It integrates widgets, such as floor picker, that help users visualize the different floors. The Indoor Maps module also supports dynamic map styling. For a step-by-step walkthrough to implement feature stateset dynamic styling in an application, see Use the Indoor Map module.

If you like to see what more is possible with the Azure Maps Web Control, there is a sample gallery with a collection of 270 code samples. See the Azure Maps Web SDK Samples.

location Article's
30 articles in total
Favicon
Handling Location Permissions in React Native
Favicon
Realtime Location Tracker & Communications
Favicon
Introducing GroupTrack: Simplified Location-Based Services for Flutter
Favicon
React Native Background Location Tracking
Favicon
Answer: Flutter geolocator package not retrieving location
Favicon
Adding location tracking to mobile apps (for Android)
Favicon
Flutter Backgroud Locator
Favicon
AR Game ~ Geospatial API ~
Favicon
AR Game ~ Location Information ~
Favicon
Unlocking the Power of Geolocation with IPStack's API
Favicon
How to implement UWB precise location system with TDOA technology(1)
Favicon
mylivelocation
Favicon
Expo GPS Location + Task Manager
Favicon
A Realtime location sharing App built with React
Favicon
Developing a Bluetooth Low energy-based application
Favicon
How to get address location from latitude and longitude in Angular15+
Favicon
Laravel 9 Get Current User Location Using IP Address
Favicon
Location without Google Services
Favicon
How to find the folder location of a command in linux?
Favicon
Search the hospitals using Huawei Map Kit, Site Kit and Location Kit in Patient Tracking Android app (Kotlin) – Part 5
Favicon
Add maps and location services to your apps
Favicon
Know your Lagos market. How to create a web map showing images with QGIS and host it for free.
Favicon
How to Automatically Fill Addresses in Lifestyle Apps
Favicon
How to fetch current location of user in Flutter?
Favicon
How To Get Current User Location In Laravel
Favicon
Create your own indoor maps using Azure Maps Creator
Favicon
Anyone Used Locator to find anyone true Location..?
Favicon
How to Get IP Address Information Using Python [2021]
Favicon
Find the Coordinates for a Location
Favicon
Geohash Open-Source library in TSQL for SQL Server

Featured ones: