The Api provided in this challenge is not returning the Latitude and Longitude to update the map of the location. I guess is due to upgrade or something?
Betsegaw Sebsibe
@betsesAll comments
- @Davidmide02Submitted over 1 year ago@betsesPosted over 1 year ago
It's possible that there has been an upgrade or change in the API that affects its functionality. However, there is a great alternative to obtain the desired location information that you can use - ipgeolocation.io.
Ipgeolocation.io is a popular API that provides accurate location information based on IP addresses. This API can help you get the latitude and longitude of a particular location by sending an HTTP request to their API. It returns a JSON object containing various details about the location, including the latitude and longitude coordinates.
Using ipgeolocation.io has some great benefits you can send up to 1000 post requests per day for free. Additionally, it offers more features beyond just returning the latitude and longitude, such as timezone, currency, and weather data for a given location.
So, if you're having trouble obtaining the location coordinates from the API provided in the challenge, I recommend using ipgeolocation.io instead.
0