latlong_to_osgrid 1.1.0 latlong_to_osgrid: ^1.1.0 copied to clipboard
A dart package to translate given latitude and longitude coordinates into an 12 digit OS Grid Reference and vice versa.
[1.1.0] - 24/08/2020 #
- Moved LatLong and OSRef objects to main dart file
- This means you can now declare OSRef and LatLong objects with the one import
- Updated readme
[1.0.3] - 24/08/2020 #
- Updated example file and readme
[1.0.2] - 24/08/2020 #
- Updated pubspec.yaml - removed flutter dependency
[1.0.1] - 24/08/2020 #
- Updated package description in pubspec.yaml
[1.0.0] - 23/08/2020 #
- Initial release