Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesmontemagno/GeolocatorPlugin
Geolocation plugin for Xamarin and Windows
https://github.com/jamesmontemagno/GeolocatorPlugin
android geolocation-plugin geolocator pcl xamarin xamarin-forms xamarin-plugin
Last synced: 30 days ago
JSON representation
Geolocation plugin for Xamarin and Windows
- Host: GitHub
- URL: https://github.com/jamesmontemagno/GeolocatorPlugin
- Owner: jamesmontemagno
- License: mit
- Created: 2016-06-28T14:17:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T20:49:00.000Z (about 3 years ago)
- Last Synced: 2024-11-06T22:57:45.294Z (about 1 month ago)
- Topics: android, geolocation-plugin, geolocator, pcl, xamarin, xamarin-forms, xamarin-plugin
- Language: C#
- Size: 1.56 MB
- Stars: 293
- Watchers: 35
- Forks: 158
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - Geolocator ★272
README
## Geolocator Plugin for Xamarin and Windows
Simple cross platform plugin to get GPS location including heading, speed, and more. Additionally, you can track geolocation changes, reverse geocode, and more.
## Documentation
Get started by reading through the [Geolocator Plugin documentation](https://jamesmontemagno.github.io/GeolocatorPlugin/).For common questions and issues see the [FAQ](https://jamesmontemagno.github.io/GeolocatorPlugin/FAQ.html)
## NuGet
* Available on NuGet: [Xam.Plugin.Geolocator](http://www.nuget.org/packages/Xam.Plugin.Geolocator) [![NuGet](https://img.shields.io/nuget/v/Xam.Plugin.Geolocator.svg?label=NuGet)](https://www.nuget.org/packages/Xam.Plugin.Geolocator/)### The Future: [Xamarin.Essentials](https://docs.microsoft.com/xamarin/essentials/index?WT.mc_id=friends-0000-jamont)
I have been working on Plugins for Xamarin for a long time now. Through the years I have always wanted to create a single, optimized, and official package from the Xamarin team at Microsoft that could easily be consumed by any application. The time is now with [Xamarin.Essentials](https://docs.microsoft.com/xamarin/essentials/index?WT.mc_id=friends-0000-jamont), which offers over 50 cross-platform native APIs in a single optimized package. I worked on this new library with an amazing team of developers and I highly highly highly recommend you check it out.
I will continue to work and maintain my Plugins, but I do recommend you checkout Xamarin.Essentials to see if it is a great fit your app as it has been for all of mine!
### Build
* [![Build status](https://ci.appveyor.com/api/projects/status/nan2cxlgeo11sc5u?svg=true)](https://ci.appveyor.com/project/JamesMontemagno/geolocatorplugin)
* CI NuGet Feed: https://ci.appveyor.com/nuget/geolocatorplugin**Platform Support**
Version 4.X
|Platform|Version|
| ------------------- | :------------------: |
|Xamarin.iOS|iOS 8+|
|Xamarin.Android|API 14+|
|Windows 10 UWP|10+|
|macOS|All|
|tvOS|10+|**Feature requests**
Vote for a feature requests at
https://github.com/jamesmontemagno/GeolocatorPlugin/labels/feature### Created By: [@JamesMontemagno](http://twitter.com/jamesmontemagno)
* Twitter: [@JamesMontemagno](http://twitter.com/jamesmontemagno)
* Blog: [MotzCod.es](http://motzcod.es), [Micro Blog](http://motz.micro.blog)
* Podcasts: [Merge Conflict](http://mergeconflict.fm), [Coffeehouse Blunders](http://blunders.fm), [The Xamarin Podcast](http://xamarinpodcast.com)
* Video: [The Xamarin Show on Channel 9](http://xamarinshow.com), [YouTube Channel](https://www.youtube.com/jamesmontemagno)#### License
The MIT License (MIT) see [License file](LICENSE)This is a derivative to [Xamarin.Mobile's Geolocator](http://github.com/xamarin/xamarin.mobile) with a cross platform API and other enhancements.
### Want To Support This Project?
All I have ever asked is to be active by submitting bugs, features, and sending those pull requests down! Want to go further? Make sure to subscribe to my weekly development podcast [Merge Conflict](http://mergeconflict.fm), where I talk all about awesome Xamarin goodies and you can optionally support the show by becoming a [supporter on Patreon](https://www.patreon.com/mergeconflictfm).