I would like to know what is the difference between two spatial libraries - Microsoft.Spatial and System.Spatial?
When I look at the code of these two, I see almost the same classes. Both have, for example, abstract classes of geography or geography. The same with their implementation.
Which one should be used when?
To add a little more context - I'm working on Azure Search with some geospatial features.
source
share