SimpleLocation 0.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SimpleLocation --version 0.2.0
NuGet\Install-Package SimpleLocation -Version 0.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SimpleLocation" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleLocation --version 0.2.0
#r "nuget: SimpleLocation, 0.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SimpleLocation as a Cake Addin
#addin nuget:?package=SimpleLocation&version=0.2.0

// Install SimpleLocation as a Cake Tool
#tool nuget:?package=SimpleLocation&version=0.2.0

Simple platform independent location manager for iOS and Android (Xamarin)

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 543 5/27/2021
0.3.25 361 5/27/2021
0.3.23 374 3/18/2021
0.3.20 382 3/17/2021
0.3.6 3,501 2/15/2019
0.3.5 829 11/16/2018
0.3.4 731 11/16/2018
0.3.3 780 11/15/2018
0.3.2 743 10/26/2018
0.3.1 4,915 5/29/2017
0.3.0 963 5/29/2017
0.2.4 1,194 2/3/2017
0.2.3 1,554 5/18/2016
0.2.2 1,061 5/17/2016
0.2.1 1,110 3/14/2016
0.2.0 1,026 3/11/2016
0.1.9 1,158 12/10/2015
0.1.8 1,174 10/13/2015
0.1.7 1,404 10/8/2015
0.1.6 1,123 9/2/2015
0.1.4 1,057 9/1/2015
0.1.3 1,042 8/31/2015
0.1.2 1,043 8/31/2015
0.1.1 1,119 6/27/2015
0.1.0 1,099 6/10/2015

Version 0.2.0
             - [Android] Changed type of context from Activity to Context to enable background usage (f.e. in a Service)
             - [Android] Changed bool flag HideNeverButtonOnUseLocationDialog to ShowNeverButtonOnUseLocationDialog (default = false)
             - [iOS] Enabled background usage
             - [iOS] Prevent location updates on AuthorizationChanged after location updates have been stopped
             - [DemoApp] DemoApp now uses background location (location updates no longer stop when entering background)
             - Updated documentation