Binding Google Play Services
Once the Google Play Services client library is installed, it must be bound by a Xamarin.Android Java binding library. There are two ways to accomplish this:
- Use the Google Play Services component - This is the simplest approach and is only available starting with Xamarin.Android 4.8 or higher. Simply install the Google Play Services component . This document will focus on this approach.
- Manually bind the Google Play Services client library - This is a more complex approach and is the only way for Xamarin.Android 4.4 or Xamarin.Android 4.6 to bind the Google Play Services SDK. Manually binding the Google Play Services client library is beyond the scope of this document, but an example of how to do so may be found in the Maps and Location Demo v2 sample on Github.
https://github.com/xamarin/monodroid-samples/tree/master/MapsAndLocationDemo_v2
Nuget Package
Install-Package Xamarin.GooglePlayServices
Nuget Package
Install-Package Xamarin.GooglePlayServices