Mj.GeoFusedLocationProvider

Fused Location Api for GeolocatorPlugin This is a Xamarin Android library with a secondary implementation of IGeolocator using the FusedLocationProviderApi.


Keywords
location, android, gps, GeolocatorPlugin, FusedLocationProvider, geolocator, nuget, xamarin, xamarin-android
License
MIT
Install
Install-Package Mj.GeoFusedLocationProvider -Version 2.0.0-beta

Documentation

Geolocator.FusedLocationProvider

This is a replacement for the default Android Geolocator implementation in the GeolocatorPlugin.

This implementation is backed by the Fused Location Provider Api instead of using the standard Android Location Api.

Using this Api requires the device to have Google Play Services avilable, so this library will fallback to the standard implementation if Google Play Services cannot be found.

Docs

Refer to the GeolocatorPlugin docs for Api usage info.

To use this library instantiate a FusedLocationGeolocator for your IGeolocator implementation in your Android.

Installation

Install from Nuget.