引入高德SDK
parent
383b5558f0
commit
652f52401f
Binary file not shown.
|
@ -4,7 +4,8 @@
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||||
xmlns:viewmodels="clr-namespace:autosos_maui.ViewModels"
|
xmlns:viewmodels="clr-namespace:autosos_maui.ViewModels"
|
||||||
x:DataType="viewmodels:HomeViewModel"
|
x:DataType="viewmodels:HomeViewModel"
|
||||||
x:Class="autosos_maui.Views.HomeView">
|
x:Class="autosos_maui.Views.HomeView"
|
||||||
|
xmlns:amap="clr-namespace:Com.Amap.Api.Maps2d;assembly=AMap2DMapAndroidBinding">
|
||||||
<ContentPage.Content>
|
<ContentPage.Content>
|
||||||
<VerticalStackLayout Background="#F3F3F3">
|
<VerticalStackLayout Background="#F3F3F3">
|
||||||
|
|
||||||
|
|
|
@ -70,4 +70,8 @@
|
||||||
<HintPath>..\AMap2DMapAndroidBinding\bin\Debug\net8.0-android\AMap2DMapAndroidBinding.dll</HintPath>
|
<HintPath>..\AMap2DMapAndroidBinding\bin\Debug\net8.0-android\AMap2DMapAndroidBinding.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Folder Include="AMap\" />
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in New Issue