# 05 - Map Visualization

### Overview

**Shortlink**: [aka.ms/UnityBingMapsVisualizationLesson](https://aka.ms/UnityBingMapsVisualizationLesson)

{% hint style="warning" %}
This project is for **HoloLens 2** and **Windows Mixed Reality Headsets**.
{% endhint %}

In this project, we will create a **3D Map visualization** using [Bing Maps Unity SDK](https://github.com/microsoft/MapsSDK-Unity?WT.mc_id=github-mixedrealitycurriculum-ayyonet):[ aka.ms/BingMapsUnitySDK](https://aka.ms/BingMapsUnitySDK).

![Bing Maps Visualization Example.](https://1227696974-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoMjAI1irMPA8c0ezFQ%2Fuploads%2Fgit-blob-319815c8082450f0db674ea429979d409992d6a9%2FMapRenderer-Cylinder.png?alt=media)

**Outings**, a sample app created by Bings Map SDK can be found on Microsoft Store for PC and HoloLens 1: [aka.ms/OutingsHoloLens1](https://aka.ms/OutingsHoloLens1)

![Outings Immersive App.](https://1227696974-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoMjAI1irMPA8c0ezFQ%2Fuploads%2Fgit-blob-62e477a469cec59323a621b7967baf7f6ca1560f%2Foutings.jpg?alt=media)

### What we will build?

We will build the app in below video for **HoloLens 2**. You can render it for **Windows Mixed Reality Headset** and use **hand controllers** instead of **hand gestures**.

{% embed url="<https://youtu.be/c9hdZA8Oag0>" %}
HoloLens 2 Bing Maps project end product.
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.xrdev.app/mixed-reality-docs/lessons/lesson-5.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
