How do i make a uwp app like google earth on visual studio 2022

Luke Ferguson 11 Reputation points
2023-11-20T04:36:17.7333333+00:00

How do i make a uwp app like google earth on visual studio 2022

https://earth.google.com/web/@0,-3.12830005,0a,22251752.77375655d,35y,0h,0t,0r

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
9,482 questions
Universal Windows Platform (UWP)
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,089 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
6,747 questions
{count} votes

12 answers

Sort by: Most helpful
  1. Junjie Zhu - MSFT 10,791 Reputation points Microsoft Vendor
    2023-11-20T06:23:18.58+00:00

    Hi @Luke Ferguson , Welcome to Microsoft Q&A!

    It is recommended that you use UWP map control and set it to 3D style.

    For more information, see Display maps with 2D, 3D, and Streetside views

    <Page
        ...
        ...
        xmlns:Maps="using:Windows.UI.Xaml.Controls.Maps">
    
        <Grid>
            <Maps:MapControl Style="Aerial3DWithRoads"/>
        </Grid>
    </Page>
    
    

    enter image description here Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Luke Ferguson 11 Reputation points
    2023-11-20T11:15:20.09+00:00

    Where will I find document outline on visual studio 2022.

    0 comments No comments

  3. Luke Ferguson 11 Reputation points
    2023-11-20T11:24:26.6166667+00:00

    Where will I find document outline on visual studio 2022


  4. Luke Ferguson 11 Reputation points
    2023-11-20T11:59:53.83+00:00

    On my visual studio 2022 document outline is not showing upScreenshot (59)

    0 comments No comments

  5. Luke Ferguson 11 Reputation points
    2023-11-20T13:17:21.6966667+00:00

    When i go to document outline nothing is in there no toolbox no MapControl

    there is also nothing in toolbox which is separate from document outlineScreenshot (60)

    Screenshot (61)