在 Google Play 服务中找不到 FusedLocationProviderClient

FusedLocationProviderClient could not be found in Google Play Services

我正在尝试通过以下 link:

将 Google Play Services 的位置服务与 Xamarin 一起使用

https://docs.microsoft.com/en-us/xamarin/android/platform/maps-and-location/location

是GooglePlayServicesInstalled函数returns为真,Xamarin.GooglePlayServices.Maps已安装。

我做错了什么?

解决方法是:安装Xamarin.GooglePlayServices.Location nuget包。

在文档here中,他们没有提到这个包,我什至不知道它存在。