v0.1.0 of thai_provinces_geo
The official repository for Dart and Flutter packages. [Unoffic…
May 30, 2026
Offline GPS reverse-geocoding for Thailand: map a latitude/longitude to its province, district and subdistrict. Pure Dart, built on thai_provinces. Changelog excerpt: - Initial release. Offline GPS reverse-geocoding for Thailand: reverseGeocode(lat, lng)and nearestSubdistrict(lat, lng, {maxKm})map a coordinate to its subdistrict (and thus district, province and postcode) via a nearest-reference-point lookup over an embedded table of DOPA subdistrict points. - Pure Dart, BYO coordinates (no GPS plugin, no network); depends only on thai_provinces(re-exported, so Subdistrict/District/Provincecome along). - GeoMatchcarries the matched subdistrict pl[...]
Discussion in the ATmosphere