https://github.com/ipcjs/coordtransform_dart
Transform coordinate systems between Wgs84/Gcj02/Bd09
https://github.com/ipcjs/coordtransform_dart
bd09 gcj02 wgs84
Last synced: 7 months ago
JSON representation
Transform coordinate systems between Wgs84/Gcj02/Bd09
- Host: GitHub
- URL: https://github.com/ipcjs/coordtransform_dart
- Owner: ipcjs
- License: bsd-3-clause
- Created: 2020-12-16T10:39:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T10:34:04.000Z (over 1 year ago)
- Last Synced: 2025-05-30T18:12:57.261Z (7 months ago)
- Topics: bd09, gcj02, wgs84
- Language: Dart
- Homepage:
- Size: 16.6 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# coordtransform_dart
[](https://pub.dartlang.org/packages/coordtransform_dart)
[](https://github.com/ipcjs/coordtransform_dart)
The Dart/Flutter version of [ipcjs/coordtransform].
It provides a utility class for converting coordinates between Baidu coordinates (BD09), National grid coordinates (Mars coordinates, GCJ02), and WGS84 coordinate system.
[ipcjs/coordtransform]的Dart/Flutter版。
提供百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)、和WGS84坐标系之间的转换的工具模块。
## Other Implementations 其他版本实现
- JavaScript:[wandergis/coordtransform]
- Python:[wandergis/coordTransform_py]
- Java:[ipcjs/coordtransform] ([原版][geosmart/coordtransform])
- Dart/Flutter:[ipcjs/coordtransform_dart]
## References 参考资料
- [Coordtransform Documentation](http://wandergis.com/coordtransform/)
[ipcjs/coordtransform]: https://github.com/ipcjs/coordtransform
[ipcjs/coordtransform_dart]: https://github.com/ipcjs/coordtransform_dart
[geosmart/coordtransform]: https://github.com/geosmart/coordtransform
[wandergis/coordTransform_py]: https://github.com/wandergis/coordTransform_py
[wandergis/coordtransform]: https://github.com/wandergis/coordtransform