SimpleLocation 0.3.26
Install-Package SimpleLocation -Version 0.3.26
dotnet add package SimpleLocation --version 0.3.26
<PackageReference Include="SimpleLocation" Version="0.3.26" />
paket add SimpleLocation --version 0.3.26
#r "nuget: SimpleLocation, 0.3.26"
// Install SimpleLocation as a Cake Addin
#addin nuget:?package=SimpleLocation&version=0.3.26
// Install SimpleLocation as a Cake Tool
#tool nuget:?package=SimpleLocation&version=0.3.26
Simple platform independent location manager for iOS and Android (Xamarin)
Product | Versions |
---|---|
.NET | net6.0-android |
.NET Framework | net47 net471 net472 net48 |
MonoAndroid | monoandroid |
Xamarin.iOS | xamarinios10 |
-
MonoAndroid 0.0
- Xamarin.AndroidX.Core (>= 1.3.2.3)
- Xamarin.GooglePlayServices.Base (>= 117.6.0)
- Xamarin.GooglePlayServices.Location (>= 118.0.0)
- Xamarin.GooglePlayServices.Maps (>= 117.0.0)
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 | 277 | 5/27/2021 |
0.3.25 | 173 | 5/27/2021 |
0.3.23 | 171 | 3/18/2021 |
0.3.20 | 177 | 3/17/2021 |
0.3.6 | 2,480 | 2/15/2019 |
0.3.5 | 617 | 11/16/2018 |
0.3.4 | 521 | 11/16/2018 |
0.3.3 | 552 | 11/15/2018 |
0.3.2 | 516 | 10/26/2018 |
0.3.1 | 4,640 | 5/29/2017 |
0.3.0 | 732 | 5/29/2017 |
0.2.4 | 945 | 2/3/2017 |
0.2.3 | 1,281 | 5/18/2016 |
0.2.2 | 824 | 5/17/2016 |
0.2.1 | 876 | 3/14/2016 |
0.2.0 | 781 | 3/11/2016 |
0.1.9 | 908 | 12/10/2015 |
0.1.8 | 941 | 10/13/2015 |
0.1.7 | 1,172 | 10/8/2015 |
0.1.6 | 871 | 9/2/2015 |
0.1.4 | 819 | 9/1/2015 |
0.1.3 | 802 | 8/31/2015 |
0.1.2 | 815 | 8/31/2015 |
0.1.1 | 870 | 6/27/2015 |
0.1.0 | 852 | 6/10/2015 |
Version 0.3.24
- AndroidX support
- Upgraded to GooglePlayServices 117.6.0
Version 0.3.23
- Added support for iOS14
Version 0.3.6
- Added accuracy information for each location
Version 0.3.5
- Add missing dll for .NET
Version 0.3.4
- Change target framework for .NET project to 4.7
Version 0.3.3
- Added dummy implementation for .NET
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