osm_nominatim 4.0.1
osm_nominatim: ^4.0.1 copied to clipboard
A library to perform OSM Nominatim searches also supporting reverse searches
4.0.1 #
- Fix README.md example code
4.0.0 #
Nominatim.searchByName
andNominatim.reverseSearch
are no longer static methods andNominatim
needs to be instantiated with a User-Agent in order to comply with API usage policies.
3.0.1 #
- Fixed zoom attribute
3.0.0 #
- Upgrade to Dart 3
- Add tests
2.0.1 #
- Fix bug when reverse search returns no result
2.0.0 #
- Fix country codes typo
- Make package null safe
1.0.1 #
- Fix coordinates and importance typing
1.0.0 #
- Initial version