Elect.Location.Models 9.0.4

dotnet add package Elect.Location.Models --version 9.0.4
                    
NuGet\Install-Package Elect.Location.Models -Version 9.0.4
                    
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="Elect.Location.Models" Version="9.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Elect.Location.Models" Version="9.0.4" />
                    
Directory.Packages.props
<PackageReference Include="Elect.Location.Models" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Elect.Location.Models --version 9.0.4
                    
#r "nuget: Elect.Location.Models, 9.0.4"
                    
#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.
#:package Elect.Location.Models@9.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Elect.Location.Models&version=9.0.4
                    
Install as a Cake Addin
#tool nuget:?package=Elect.Location.Models&version=9.0.4
                    
Install as a Cake Tool

Common location-related data models and structures for .NET Core applications. Provides standardized models for coordinates, addresses, places, geographic boundaries, and location metadata. Includes models for representing points, polygons, bounding boxes, distance units, address components, place types, and geographic regions. Designed for seamless integration with location services and geographic calculations across the Elect ecosystem.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Elect.Location.Models:

Package Downloads
Elect.Location.Coordinate

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.

Elect.Location.Google

Complete Google Maps API integration for .NET Core applications with support for geocoding, reverse geocoding, places search, distance matrix, directions, and timezone services. Provides strongly-typed models, automatic retry logic, API key management, and comprehensive error handling. Features include address validation, place details retrieval, route optimization, travel time calculations, and location-based search with filtering options.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.4 92 8/1/2025
9.0.3 445 7/24/2025
9.0.2 151 7/13/2025
9.0.0 137 7/4/2025
7.0.1 661 2/11/2023
7.0.0 797 11/28/2022
6.0.0 1,041 11/12/2021
6.0.0-preview.3 279 5/7/2021
5.0.0 710 11/17/2021
3.1.1 2,357 6/16/2020
3.1.0 1,035 6/4/2020
3.0.0 2,190 12/17/2019
2.7.0 4,674 4/19/2019
2.5.0 1,182 2/26/2019
2.1.9 1,385 12/3/2018

Added new models for advanced geographic features including elevation data and timezone information. Enhanced address models with support for international formats and validation attributes.