I'm doing an app where I need to request the user's latitude and longitude by his IP.
I've tried any other solution from stack overflow but they all seem outdated and doesn't work very well, like this one Geocoder, how to test locally when ip is 127.0.0.1?.
What is the way I can call request.location when in localhost?