Info
Version: | 1.0.0 |
Author(s): | Corstian Boerman |
Last Update: | Friday, October 2, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/skyhop/SpatialMap |
NuGet Url: | https://www.nuget.org/packages/Skyhop.SpatialMap |
Install
Install-Package Skyhop.SpatialMap
dotnet add package Skyhop.SpatialMap
paket add Skyhop.SpatialMap
Skyhop.SpatialMap Download (Unzip the "nupkg" after downloading)
It is meant to quickly locate objects around a certain coordinate, and doesn't support lookup by values. This object is implemented on top of the SortedList type and therefore uses a binary search for object location.