I need the user´s location for some features of my app and also want to pass it on to Admob requests to get targeted ads. I´m successfully getting the latitude and longitude however I don´t know how to use that to determine in which country the user is. Is there any way how we can do something like this?
Location country = 12.8654, 85.2072 //Nicaragua
Location userLocation = getCurrentLocation();
if (country.contains(userLocation){...}