What different other types of Azure maps are there for a Hybrid aerial view with roads and a search bar with more functions like google earth on visual studio 2022

Luke Ferguson 41 Reputation points
2024-04-19T11:03:22.1966667+00:00

What other different types of Azure maps are there for a Hybrid aerial view with roads and a search bar with more functions like google earth on visual studio 2022

Screenshot (131)

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,125 questions
Universal Windows Platform (UWP)
Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
655 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,885 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Luke Ferguson 41 Reputation points
    2024-06-29T06:29:07.11+00:00

    How do I make a uwp app using azure maps like google earth with planes ships lanes routes land and sea departure and arrival destination location details & satellites in space with functions buttons combo box with a globe view Hybrid aerial view ect on visual studio 2022


  2. rbrundritt 16,456 Reputation points Microsoft Employee
    2024-07-02T14:23:42.52+00:00

    Azure Maps does not provide 3D maps of cities like google earth at this time. I don't believe there are any plans for this in the future. Azure Maps provides flat 2D maps. It is possible to bring in elevation data and create 3D terrain, however, if you are going down that route, consider using Cesium: https://cesium.com/

    Here is an example of 3D terrain (no buildings) in Azure Maps here: http://localhost:57174/Demos/AzureMaps/AwsTerrain.html This is using open terrain tiles from here: https://registry.opendata.aws/terrain-tiles/

    0 comments No comments