3D maps in Azure Maps

Maia Henley 21 Reputation points
2022-08-02T12:17:12.393+00:00

Hi,

Do Azure Maps provide 3D maps? I know Satellite imagery is available; however the customer needs drone/aerial images to get the volumes of the city. I know Bing Maps already provides 3D maps of many cities in the world. Is there an equivalent of it in Azure Maps? If not, could the customer import Bing 3D to Azure?

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
716 questions
{count} votes

Accepted answer
  1. rbrundritt 17,976 Reputation points Microsoft Employee
    2022-08-02T14:29:40.92+00:00

    Azure Maps currently does not provide a true 3D experience. Currently the following is achievable with Azure Maps:

    1) Extrude polygons on top of a flat 2D map. This is good for data visualization type scenarios where the polygons act kind of like bar charts. I've done this with two million of building footprints in the past to create engaging experiences.

    227311-extrudedbuildingsbi.png

    2) Overlay 3D models on top of a flat 2D map canvas and rotate/pitch the view. This can be achieved by accessing some undocumented capabilities within the map control. Here are a couple of examples:

    Now, all of the above do not provide rich textured 3D city views. Currently that is only available in the Bing Maps in the following SDKs:

    It's not possible to import Bing Maps 3D data into the Azure Maps SDKs at this time. It would be best to simply use one of the Bing Maps SDKs if you are looking for3D textured cities.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.