如何在 Xamarin.iOS 项目中使用 Google 地图

How can I use Google Maps in Xamarin.iOS project

我想在我的 Xamarin.iOS 项目中使用 Google 地图,我在 NuGet 商店中找不到任何可以帮助在我的项目中实施 Google 地图的包。

我想获取我的当前位置并在我从服务器获取的位置上显示自定义图钉。

Nuget 包 Xamarin.Google.iOS.Maps 是 Xamarin.iOS 绑定库 "Google Maps SDK for iOS"。

PM> Install-Package Xamarin.Google.iOS.Maps -Version 2.1.0.2

Google 的 iOS 文档的 Maps SDK:

回复:https://developers.google.com/maps/documentation/ios-sdk/

带有示例的 C# 源代码:

回复:https://github.com/xamarin/GoogleApisForiOSComponents/tree/master/source/Google/Maps