latlong_to_osgrid 1.3.3
latlong_to_osgrid: ^1.3.3 copied to clipboard
A dart package to translate given latitude and longitude coordinates into an 12 digit OS Grid Reference and vice versa.
1.3.3 02/07/2023 #
- Added ability to specify target datum when converting to grid
1.3.2 31/03/2021 #
- Changed test dependency to earlier version
1.3.1 29/03/2021 #
- Fixed hints brought up by dart analyzer
1.3.0 29/03/2021 #
- Migrated code to null safety
1.2.2 24/08/2020 #
- Fixed issue with readme
1.2.1 24/08/2020 #
- Updated readme
1.2.0 24/08/2020 #
- Added support for letter pair OS grid references
- These can be specified when converting to lat and long, or accessed after conversion
- When an OSRef object is created using an easting and northing, the package calculates the equivalent letter pair reference, and vice versa
- Added some comments
- Updated pubspec.yaml, readme and changelog
1.1.1 24/08/2020 #
- Created support to convert OSRef and LatLong objects into JSON and vice versa for ease of storage
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