bd_offline_geocoder 0.1.2
bd_offline_geocoder: ^0.1.2 copied to clipboard
Offline reverse geocoder for Bangladesh. Convert GPS coordinates to division, district, upazila, union, and ward without Google Maps or any network call.
Changelog #
0.1.2 #
- Switch
AddressResultto the Bangladesh address schema (houseNumber,roadNumber,areaVillage,unionWard,thanaUpazila,city, …). - Declare
license: MITinpubspec.yamland use a standardLICENSEfile for pub.flutter-io.cn scoring.
0.1.1 #
- Add
BdOfflineGeocoder.fromBundledAssets(). - Deduplicate consecutive names in
formatted. - Reject NaN and non-finite coordinates.
- Keep
fromFileoff the web compiler via conditional imports.
0.1.0 #
- Initial public release with bundled ADM1–ADM4 assets.