Hello,
I am using your api, but it has a bug in it. In java, if a double value has the format "0.00043455", it is shown with the scientific notation. I am trying to get the city name for the latitude = 51.6667034 and longitude = 0.0009485. But I get an exception, because you use String.valueOf() in your code in NominatimAPI which makes 9.485E-4 and when this format is used as the address of the nominatim website, the correct information cannot be extracted.
Could you please correct it?
Hello,
I am using your api, but it has a bug in it. In java, if a double value has the format "0.00043455", it is shown with the scientific notation. I am trying to get the city name for the latitude = 51.6667034 and longitude = 0.0009485. But I get an exception, because you use String.valueOf() in your code in NominatimAPI which makes 9.485E-4 and when this format is used as the address of the nominatim website, the correct information cannot be extracted.
Could you please correct it?