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

Luke Ferguson 41 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.
10,919 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,747 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,585 questions
{count} votes

19 answers

Sort by: Most helpful
  1. Junjie Zhu - MSFT 16,146 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. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

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

    Where will I find document outline on visual studio 2022.

    0 comments No comments

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

    Where will I find document outline on visual studio 2022


  5. Luke Ferguson 41 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