Plugin.SpatialiteForms
0.0.4
Spatialite extension for Xamarin Forms (Android & iOS)
Install-Package Plugin.SpatialiteForms -Version 0.0.4
dotnet add package Plugin.SpatialiteForms --version 0.0.4
<PackageReference Include="Plugin.SpatialiteForms" Version="0.0.4" />
paket add Plugin.SpatialiteForms --version 0.0.4
#r "nuget: Plugin.SpatialiteForms, 0.0.4"
// Install Plugin.SpatialiteForms as a Cake Addin
#addin nuget:?package=Plugin.SpatialiteForms&version=0.0.4
// Install Plugin.SpatialiteForms as a Cake Tool
#tool nuget:?package=Plugin.SpatialiteForms&version=0.0.4
SpatialiteForms
A nuget package that enables spatialite for Xamarin Forms. As an example this allows to do offline reverse geocoding on mobile devices (this barely scratches the surface of Spatialite, but it's a very common usecase for mobile dev)
SpatialiteForms
A nuget package that enables spatialite for Xamarin Forms. As an example this allows to do offline reverse geocoding on mobile devices (this barely scratches the surface of Spatialite, but it's a very common usecase for mobile dev)
Release Notes
Added support for Android 9.0 and WAL functionality
Dependencies
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- sqlite-net-base (>= 1.5.231)
- SQLitePCLRaw.bundle_e_sqlite3 (>= 1.1.11)
-
.NETStandard 2.0
- sqlite-net-base (>= 1.5.231)
- SQLitePCLRaw.bundle_e_sqlite3 (>= 1.1.11)
-
MonoAndroid 8.1
- sqlite-net-base (>= 1.5.231)
- SQLitePCLRaw.bundle_e_sqlite3 (>= 1.1.11)
-
Xamarin.iOS 1.0
- sqlite-net-base (>= 1.5.231)
- SQLitePCLRaw.bundle_e_sqlite3 (>= 1.1.11)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.