SimpleLocation 0.3.2
See the version list below for details.
dotnet add package SimpleLocation --version 0.3.2
NuGet\Install-Package SimpleLocation -Version 0.3.2
<PackageReference Include="SimpleLocation" Version="0.3.2" />
<PackageVersion Include="SimpleLocation" Version="0.3.2" />
<PackageReference Include="SimpleLocation" />
paket add SimpleLocation --version 0.3.2
#r "nuget: SimpleLocation, 0.3.2"
#:package SimpleLocation@0.3.2
#addin nuget:?package=SimpleLocation&version=0.3.2
#tool nuget:?package=SimpleLocation&version=0.3.2
Simple platform independent location manager for iOS and Android (Xamarin)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. net9.0-android was computed. net10.0-android was computed. |
| MonoAndroid | monoandroid is compatible. |
| Xamarin.iOS | xamarinios10 is compatible. |
-
MonoAndroid 0.0
- Xamarin.Android.Support.v4 (>= 27.0.2.1)
- Xamarin.Android.Support.v7.AppCompat (>= 27.0.2.1)
- Xamarin.Android.Support.v7.MediaRouter (>= 27.0.2.1)
- Xamarin.GooglePlayServices.Base (>= 60.1142.1)
- Xamarin.GooglePlayServices.Location (>= 60.1142.1)
- Xamarin.GooglePlayServices.Maps (>= 60.1142.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.3.26 | 795 | 5/27/2021 |
| 0.3.25 | 548 | 5/27/2021 |
| 0.3.23 | 571 | 3/18/2021 |
| 0.3.20 | 585 | 3/17/2021 |
| 0.3.6 | 4,693 | 2/15/2019 |
| 0.3.5 | 1,074 | 11/16/2018 |
| 0.3.4 | 1,006 | 11/16/2018 |
| 0.3.3 | 1,046 | 11/15/2018 |
| 0.3.2 | 1,011 | 10/26/2018 |
| 0.3.1 | 5,326 | 5/29/2017 |
| 0.3.0 | 1,368 | 5/29/2017 |
| 0.2.4 | 1,592 | 2/3/2017 |
| 0.2.3 | 1,982 | 5/18/2016 |
| 0.2.2 | 1,463 | 5/17/2016 |
| 0.2.1 | 1,500 | 3/14/2016 |
| 0.2.0 | 1,432 | 3/11/2016 |
| 0.1.9 | 1,606 | 12/10/2015 |
| 0.1.8 | 1,623 | 10/13/2015 |
| 0.1.7 | 1,797 | 10/8/2015 |
| 0.1.6 | 1,555 | 9/2/2015 |
| 0.1.4 | 1,475 | 9/1/2015 |
| 0.1.3 | 1,444 | 8/31/2015 |
| 0.1.2 | 1,433 | 8/31/2015 |
| 0.1.1 | 1,531 | 6/27/2015 |
| 0.1.0 | 1,490 | 6/10/2015 |
Version 0.3.2
- Added callbacks for location permission granted/denied (Android only)
- Set Android target framework and target sdk to API 28 (Android 9)
- Updated dependencies to latest version
Version 0.3.1
- Fixed deadlock when not using request permission rationale
Version 0.3.0
- Added permission handling for API 23+ (Android)
- Added new Location Accuracy 'Navigation' (only takes effect on iOS)
- Demo-App now uses smallestDisplacementMeters = 0 for getting more frequent location updates
- Updated documentation
Version 0.2.4
- Enabled access to AuthorizationChanged event (iOS)
Version 0.2.3
- Upgraded to GooglePlayServices 29.0.0.2
Version 0.2.2
- Upgraded to GooglePlayServices 29.0.0.1
Version 0.2.1
- Added direction and speed to Location class
- Latitude and Longitude now get rounded to 6 decimals
- Updated DemoApp