I am trying to do what the title explains by using this API: https://geocode.maps.co/reverse?lat=[lat]&lon=[long]&api_key=
But not sure how to do it.
I am trying to do what the title explains by using this API: https://geocode.maps.co/reverse?lat=[lat]&lon=[long]&api_key=
But not sure how to do it.
I've tried getting the call to work and when I test it it does work but I don't know how to get it to call the API using the users device location and then get city, state, etc from the call.