gpt4 book ai didi

c# - 如何在 Xamarin.Android 中更新 Maps SDK(版本 18.0)?

转载 作者:行者123 更新时间:2023-12-05 00:02:25 25 4
gpt4 key购买 nike

我是 Xamarin.Android 的新手。我正在尝试更新适用于 Android 的 Google Maps SDK(版本 18.0.0),现在可通过 Google Play 服务获得。但是,所有有关更新的文档都使用 build.gradle 并将依赖关系更改为 com.google.android.gms:play-services-maps:18.0.0 ,Xamarin 没有。如何在 Xamarin 中更新 Maps SDK?

最佳答案

Xamarin 为 Google Play 服务创建和维护 Xamarin.Android 绑定(bind) Google 还为 Android 提供了 native 映射 API。 Maps API 适用于您希望更好地控制 map 体验的情况。
Maps API 可以实现的功能包括:

  • 以编程方式更改 map 的视点。
  • 添加和自定义标记。
  • 使用叠加层注释 map 。

  • 与现已弃用的 Google Maps Android API v1 不同,Google Maps Android API v2 是 Google Play Services 的一部分。 . Xamarin.Android 应用必须满足一些强制性先决条件才能使用 Google Maps Android API。
    在使用 Maps API 之前需要执行几个步骤,包括:
  • 获取 Maps API key
  • 安装 Google Play 服务 SDK
  • 从 NuGet 安装 Xamarin.GooglePlayServices.Maps 包
  • 指定所需的权限
  • (可选)使用 Google API 创建模拟器

  • 有关更多详细信息,您可以查看:
    https://docs.microsoft.com/en-us/xamarin/android/platform/maps-and-location/maps/maps-api#install-gps-sdk .

    https://github.com/xamarin/GooglePlayServicesComponents

    关于c# - 如何在 Xamarin.Android 中更新 Maps SDK(版本 18.0)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69841802/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com