geocoder_offline 0.2.0
geocoder_offline: ^0.2.0 copied to clipboard
Package for super-fast offline reverse geocoding. Search is done in the file of your choice.
0.2.0 #
- Support null safety
0.1.7 #
- Delete example files from pub
0.1.6 #
- Add public static method for calculating distance - GeocodeData.calculateDistance
- Add unit tests
- Add test coverage
0.1.5 #
- Change GNIS format when location is near
- Format files for better pub score
0.1.4 #
- Change GNIS format getter
0.1.3 #
- Add SearchData class. SearchData contains latitude and longitude that was searched for.
0.1.2 #
- Add new examples
0.1.1 #
- Fixed bearing calculation
0.1.0 #
- Initial version