Elect.Location.Coordinate
9.0.4
dotnet add package Elect.Location.Coordinate --version 9.0.4
NuGet\Install-Package Elect.Location.Coordinate -Version 9.0.4
<PackageReference Include="Elect.Location.Coordinate" Version="9.0.4" />
<PackageVersion Include="Elect.Location.Coordinate" Version="9.0.4" />
<PackageReference Include="Elect.Location.Coordinate" />
paket add Elect.Location.Coordinate --version 9.0.4
#r "nuget: Elect.Location.Coordinate, 9.0.4"
#:package Elect.Location.Coordinate@9.0.4
#addin nuget:?package=Elect.Location.Coordinate&version=9.0.4
#tool nuget:?package=Elect.Location.Coordinate&version=9.0.4
Comprehensive geographic coordinate calculation and clustering utilities for .NET Core applications. Provides distance calculations using Haversine and Vincenty formulas, coordinate validation, bounding box operations, point-in-polygon detection, and advanced clustering algorithms. Features include bearing calculations, midpoint determination, coordinate formatting (DMS, decimal degrees), geofencing capabilities, and K-means clustering for location grouping.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Elect.Core (>= 9.0.4)
- Elect.Location.Models (>= 9.0.4)
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 |
---|---|---|
9.0.4 | 62 | 8/1/2025 |
9.0.3 | 435 | 7/24/2025 |
9.0.2 | 130 | 7/13/2025 |
9.0.0 | 119 | 7/4/2025 |
7.0.1 | 374 | 2/11/2023 |
7.0.0 | 431 | 11/28/2022 |
6.0.0 | 737 | 11/12/2021 |
6.0.0-preview.3 | 267 | 5/7/2021 |
5.0.0 | 434 | 11/17/2021 |
3.1.2 | 1,727 | 12/14/2020 |
3.1.1 | 650 | 6/16/2020 |
3.1.0 | 666 | 6/4/2020 |
3.0.0 | 1,825 | 12/17/2019 |
2.7.0 | 4,207 | 4/19/2019 |
2.5.0 | 754 | 2/26/2019 |
2.2.0 | 1,597 | 12/19/2018 |
2.1.9 | 930 | 12/3/2018 |
Improved clustering algorithms with better performance for large datasets. Enhanced coordinate validation and added support for additional coordinate formats and projections.