Package

Skybrud.Essentials only contain basic functionality within the Skybrud.Essentials.Maps namespace - specifically with the following types:

  • IPoint inteface
  • Point class
  • DistanceUtils static utility class.
  • EarthConstants static class.

Our Skybrud.Essentials.Maps package provides additional functionality for working with maps, geospatial data and geometries. The package also supports working with formats such as GeoJSON, KML and Well Known Text.

To install the package via NuGet, either use the .NET CLI:

dotnet add package Skybrud.Essentials.Maps --version 1.0.0-beta006

or the NuGet Package Manager:

Install-Package Skybrud.Essentials.Maps -Version 1.0.0-beta006