s2-geometry-library-csharp icon indicating copy to clipboard operation
s2-geometry-library-csharp copied to clipboard

Results 4 s2-geometry-library-csharp issues
Sort by recently updated
recently updated
newest added

can i use this library to have several grids and query the cell values at some latitude and longitude? for example i want to know at position X the value...

I am trying to get the level 10 cell ID for central Manchester. Google says its coordinate is 53.479683, -2.242776. So i tried it like that: `S2LatLng ll = S2LatLng.FromDegrees(53.479683,...

I need to extract Lat/Lng coordinates from a given CellId, but I'm having a slight difference netween the returned values and the correct ones, and I can't understand why. The...