Calculate City Name with Longitude and latitude information in Spring Boot

Viewed 28

I have the longitude and latitude properties of Geo Location in my spring boot application. I want to know, if there is a way to get the city name or other similar information like postal code and state with these 2 attributes in Spring Boot. I am aware of some solutions that use Google API to fetch these details in JavaScript but I am looking for a similar API that could fetch this information in Spring Boot.

0 Answers
Related