https://github.com/misterjimson/geolocator.fusedlocationprovider
A drop in replacement for the standard Android Geolocator from GeolocatorPlugin
https://github.com/misterjimson/geolocator.fusedlocationprovider
android geolocator location nuget xamarin xamarin-android
Last synced: 8 days ago
JSON representation
A drop in replacement for the standard Android Geolocator from GeolocatorPlugin
- Host: GitHub
- URL: https://github.com/misterjimson/geolocator.fusedlocationprovider
- Owner: MisterJimson
- License: mit
- Created: 2017-02-15T13:27:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T19:00:55.000Z (about 8 years ago)
- Last Synced: 2025-09-04T03:51:30.474Z (about 1 month ago)
- Topics: android, geolocator, location, nuget, xamarin, xamarin-android
- Language: C#
- Homepage:
- Size: 1.16 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Geolocator.FusedLocationProvider
This is a replacement for the default Android Geolocator implementation in the [GeolocatorPlugin](https://github.com/jamesmontemagno/GeolocatorPlugin).
This implementation is backed by the [Fused Location Provider Api](https://developers.google.com/android/reference/com/google/android/gms/location/FusedLocationProviderApi) instead of using the standard Android [Location Api](https://developer.android.com/reference/android/location/package-summary.html).
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](https://github.com/jamesmontemagno/GeolocatorPlugin) docs for Api usage info.
To use this library instantiate a FusedLocationGeolocator for your IGeolocator implementation in your Android.
## Installation
Install from [Nuget](https://www.nuget.org/packages/Mj.GeoFusedLocationProvider/).