Skip to content

Yonet/HoloLensDataVisualization

Repository files navigation

HoloLens 2 Data Visualization

California Fire Data Visualization Demo with Bing Maps

Technology

Overview

Maps SDK, a Microsoft Garage project provides a control to visualize a 3D map in Unity. The map control handles streaming and rendering of 3D terrain data with world-wide coverage. Select cities are rendered at a very high level of detail. Data is provided by Bing Maps.

The map control has been optimized for mixed reality applications and devices including the HoloLens, HoloLens 2, Windows Immersive headsets, HTC Vive, and Oculus Rift. Soon the SDK will also be provided as an extension to the Mixed Reality Toolkit (MRTK).

Feature Guides

Configuring the map Attaching GameObjects Adding labels
Animating the map Raycasting the map Displaying copyrights
Customizing map data Displaying contour lines

Getting started

You can download this project for Unity 2019.3.x and open MapNavExampleScene

For instructions to download and setup the control, check out the Getting Started page on the wiki.

The Maps SDK wiki also contains documentation, an API reference, and an in-depth overview of the sample scene.

The Maps SDK repository includes samples, documentation and supporting scripts.

The supporting scripts are Unity C# scripts that extend or build on-top of the SDK. Because of their usefulness, these supporting scripts are also included in the NuGet package. The version of the supporting scripts in the repository reflects the latest version of the scripts in the NuGet package.