Xamarin 表单是否支持 Bing mbps 而不是 Google 映射本机控件?

Did Xamarin forms supports Bing maps insted of Google map native control?

我们需要在 Xamarin 表单应用程序中为 Android 和 iOS 显示 Bing 地图视图。 我们已经在 Google 两个平台的帮助下整合了地图 https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/map#Using_Xamlhttps://github.com/amay077/Xamarin.Forms.GoogleMaps.

我既没有找到 Bing 地图在 Android 和 iOS 上支持的任何文档,也没有找到任何说它不支持的文档。

那么我如何获取文档以将 Bing 地图集成到我的 Xamarin 表单 Android 和 iOS 应用程序中。

Xamarin.Forms 支持 Bing Maps 仅适用于 UWP,不支持 android 或 iOS。没有官方公告或 SDK 可以这样做。如果你想为 UWP 项目添加 Bing Maps。 Android 需要有 GoogleAPI 的密钥。除了 iOS 项目,您还可以选择 apple map'sgoogle map's。 要获得详细信息,请阅读以下文章

https://www.c-sharpcorner.com/article/getting-started-with-google-and-bing-maps-using-xamarin-forms/

https://trivedihardik.wordpress.com/2012/03/24/how-to-integrate-bing-map-in-android/