DialectSoftware.LocationServices
1.0.1
dotnet add package DialectSoftware.LocationServices --version 1.0.1
NuGet\Install-Package DialectSoftware.LocationServices -Version 1.0.1
<PackageReference Include="DialectSoftware.LocationServices" Version="1.0.1" />
paket add DialectSoftware.LocationServices --version 1.0.1
#r "nuget: DialectSoftware.LocationServices, 1.0.1"
// Install DialectSoftware.LocationServices as a Cake Addin #addin nuget:?package=DialectSoftware.LocationServices&version=1.0.1 // Install DialectSoftware.LocationServices as a Cake Tool #tool nuget:?package=DialectSoftware.LocationServices&version=1.0.1
Generalized and self-contained platform for providing basic geographic related services without the need for a database
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- DialectSoftware.Collections.Matrix (>= 1.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.
The platform uses data stored in a file named location.fips.csv.rpt, this file was culled together form many free sources and it's accuracy cannot be guaranteed. You are free to provide your own file as long as it has the same format. You will need to add the following key to your appSettings.
<appSettings>
<add key ="dialectsoftware.services.locations" value ="{local path to file}"/>
</appSettings>