文件名称:latlong_to_osgrid:dart套件,可将纬度和经度坐标转换为OS网格参考,反之亦然
文件大小:18KB
文件格式:ZIP
更新时间:2024-05-04 11:18:09
Dart
OS网格参考转换器的经度和纬度(反之亦然) 该软件包将给定的纬度和经度坐标转换为12位OS Grid Reference,反之亦然。 坐标可以十进制格式或度,分和秒给出。 入门 将此添加到应用程序的pubspec.yaml文件中: dependencies: latlong_to_osgrid: ^1.3.2 用法 只需按如下所示导入软件包,就可以开始。 import 'package:latlong_to_osgrid/latlong_to_osgrid.dart' class YourClass { //you can use the built in converter if you don't want to deal with OSRef and LatLong objects //see below for more examples using
【文件预览】:
latlong_to_osgrid-master
----example()
--------main.dart(1KB)
----test()
--------latlong_to_osgrid_test.dart(414B)
----.metadata(309B)
----LICENSE(1KB)
----pubspec.lock(8KB)
----.gitignore(2KB)
----pubspec.yaml(356B)
----CHANGELOG.md(1KB)
----lib()
--------maths()
--------latlong_to_osgrid.dart(13KB)
----README.md(8KB)