SimpleLocation 0.1.9
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package SimpleLocation --version 0.1.9
NuGet\Install-Package SimpleLocation -Version 0.1.9
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.1.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleLocation --version 0.1.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SimpleLocation, 0.1.9"
#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.1.9 // Install SimpleLocation as a Cake Tool #tool nuget:?package=SimpleLocation&version=0.1.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
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.
-
MonoAndroid 0.0
- Xamarin.Android.Support.v4 (>= 22.2.1)
- Xamarin.Android.Support.v7.AppCompat (>= 22.2.1)
- Xamarin.Android.Support.v7.MediaRouter (>= 22.2.1)
- Xamarin.GooglePlayServices.Base (>= 25.0.0)
- Xamarin.GooglePlayServices.Location (>= 25.0.0)
- Xamarin.GooglePlayServices.Maps (>= 25.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 | 623 | 5/27/2021 |
0.3.25 | 410 | 5/27/2021 |
0.3.23 | 424 | 3/18/2021 |
0.3.20 | 431 | 3/17/2021 |
0.3.6 | 4,201 | 2/15/2019 |
0.3.5 | 897 | 11/16/2018 |
0.3.4 | 803 | 11/16/2018 |
0.3.3 | 854 | 11/15/2018 |
0.3.2 | 822 | 10/26/2018 |
0.3.1 | 5,031 | 5/29/2017 |
0.3.0 | 1,064 | 5/29/2017 |
0.2.4 | 1,299 | 2/3/2017 |
0.2.3 | 1,666 | 5/18/2016 |
0.2.2 | 1,166 | 5/17/2016 |
0.2.1 | 1,204 | 3/14/2016 |
0.2.0 | 1,132 | 3/11/2016 |
0.1.9 | 1,272 | 12/10/2015 |
0.1.8 | 1,286 | 10/13/2015 |
0.1.7 | 1,501 | 10/8/2015 |
0.1.6 | 1,231 | 9/2/2015 |
0.1.4 | 1,163 | 9/1/2015 |
0.1.3 | 1,137 | 8/31/2015 |
0.1.2 | 1,139 | 8/31/2015 |
0.1.1 | 1,237 | 6/27/2015 |
0.1.0 | 1,193 | 6/10/2015 |
Version 0.1.9
- [Android] Added option to hide "Never"-button on "Use Location"-dialog
- [Android] Added option to show "Use Location"-dialog once or always when triggered
- [Android] Fixed bug where LocationUpdatesStarted event was not called
- [iOS] Prevent automatic location updates on app start
- Moved some logging to shared code