Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1005 Bytes

File metadata and controls

17 lines (9 loc) · 1005 Bytes

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.