Nominatim.API
Nominatim.API copied to clipboard
adding search API
Adding https://nominatim.org/release-docs/latest/api/Search/
Hello, could you add test coverage please? Specifically integration tests so we can confirm its functionality prior to bundling.
During the tests, in "GeocoderTests.cs", on line 54, I have the following error "System.NullReferenceException: Object reference not set to an instance of an object." (r is null). Is this what is planned?
Oops!, the error is on line 88.
Tests added, fixed existing test to make all green