引入高德SDK

master
CeZhu 2024-01-07 14:28:38 +08:00
parent 383b5558f0
commit 652f52401f
3 changed files with 6 additions and 1 deletions

Binary file not shown.

View File

@ -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">

View File

@ -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>