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

Luke Ferguson 36 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

Developer technologies | Universal Windows Platform (UWP)
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | Visual Studio | Other
{count} votes

19 answers

Sort by: Most helpful
  1. Junjie Zhu - MSFT 21,646 Reputation points
    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 36 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 36 Reputation points
    2023-11-20T11:24:26.6166667+00:00

    Where will I find document outline on visual studio 2022


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

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.