Xamarin表单是否支持Bing地图而不是谷歌地图本地控制



我们要求在适用于Android和iOS的Xamarin表单应用程序中显示Bing地图视图。我们已经在https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/map#Using_Xaml和https://github.com/amay077/Xamarin.Forms.GoogleMaps.

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

那么,我如何才能获得在我的Xamarin表单Android和iOS应用程序中集成Bing地图的文档呢。

Xamarin.Forms仅支持UWP的Bing Maps,不支持android或iOS。没有官方公告或SDK可以这样做。如果你想添加必应地图,请为UWP项目添加。对于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/

最新更新