0

我正在研究 Xamarin。形成 UWP 地图,每当我尝试立即用捏缩放地图时,它都会崩溃而没有任何信息。下面是我提到的示例项目的链接,我也在添加我的示例 XAML 代码。请帮助我,因为这阻止了我,任何建议将不胜感激

xml:

   <ContentPage
    xmlns="http://xamarin.com/schemas/2014/forms"
     xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
      xmlns:maps="clr-namespace:Xamarin.Forms.Maps;assembly=Xamarin.Forms.Maps"
         x:Class="TEST.Pages.MapPage">
<ContentPage.Content>
    <maps:Map x:Name="LocationMap" 
        IsShowingUser="False" 
        MapType="Street" />
</ContentPage.Content>

示例项目链接:

https://github.com/xamarin/xamarin-forms-samples/tree/master/WorkingWithMaps

4

0 回答 0