nominatim_api_client 0.4.0 copy "nominatim_api_client: ^0.4.0" to clipboard
nominatim_api_client: ^0.4.0 copied to clipboard

A client for accessing the Nominatim API. Please note that Client for Nominatim API is unofficial and not endorsed by OpenStreetMap.

Changelog #

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.4.0 - 2025-10-12 #

⚠ BREAKING CHANGES #

  • The keyword model has been converted from a class to an abstract class.
  • The previously required fields in the GeoJsonPoint model class are now nullable.
  • The lat and lon fields have been retyped from String to double.

Features #

Code Refactoring #

  • add address keyword model (cdbbeb8)
  • add address line model (10e46aa)
  • add base result model (#3) (d0adee3)
  • add details result model (721b9cb)
  • add geo json point model (e624f82)
  • add keyword model (1c09084)
  • add name keyword model (ea055f5)
  • add nullability to geojson point fields (#6) (5086bb6)
  • add place type to address line model (8b0217d)
  • convert keyword model to abstract base class (c314c25)
  • retype lat and lon from string to double (#4) (4ace68e)

0.3.0 - 2025-09-25 #

Features #

Code Refactoring #

  • add lookup result model (11390c3)

0.2.0 - 2025-09-21 #

Features #

Code Refactoring #

  • add reverse result model (d26fa78)

Miscellaneous Chores #

0.1.0 - 2025-09-09 #

Features #

Code Refactoring #

  • add authority uri constant (bc2f45d)
  • add email address client (3dcd55d)
  • add geo json model (fdb7069)
  • add library and export directives (a388947)
  • add nominatim api client (e30ebe7)
  • add nominatim api client example (296a2b4)
  • add nominatim api client exception (43eb2cc)
  • add search result model (e375bcc)
  • add user agent client (a2f21d0)
  • remove binary file (084f9e6)
  • remove test file (38929f5)

Documentation #

Miscellaneous Chores #

0
likes
160
points
6
downloads

Publisher

verified publisherthomasclark.dev

Weekly Downloads

A client for accessing the Nominatim API. Please note that Client for Nominatim API is unofficial and not endorsed by OpenStreetMap.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on nominatim_api_client