文件名称:GeoLocations:创建一个Nuget包以使用地理坐标
文件大小:15KB
文件格式:ZIP
更新时间:2024-04-22 18:40:41
C#
地理位置 创建的Nuget程序包可用于地理坐标。 1.1.0版的新功能 获取原点坐标和目的地坐标之间的方位角和方向的方法; 更多距离单位(米,海里,千码,码,英尺); 转换方法; 下载地理位置包 该程序包可在Nuget上找到: ://www.nuget.org/packages/GeoLocations/ 使用地理位置包 实体 该包允许使用Coordinates对象,以创建GeoCoordinate对象,请参见以下示例: using GeoLocations . Entities ; namespace YourNamespace { public class YourClass { // Creating GeoCoordinates objects... GeoCoordinate coordinateOne = new GeoC
【文件预览】:
GeoLocations-main
----GeoLocationsTest()
--------GeoLocationsTest.csproj(541B)
--------ServicesTests()
----GeoLocations()
--------Entities()
--------GeoLocations.csproj(1KB)
--------Rules()
--------Measures()
--------Services()
--------LICENSE(1KB)
--------Exceptions()
----.github()
--------workflows()
----LICENSE(1KB)
----GeoLocations.sln(3KB)
----README.md(4KB)
----.gitignore(3KB)