Is it possible to get country code by GPS location coordinates?
Currently, in my app I have implemented country rectangles but it is not accurate enough as every country has its own "shape" and rectangles are overflowing each other
I was wondering if you don't know about any react-native API where I'm able to post GPS coordinates and it will return info including country code.
I also need to be able to get the country code in offline mode.
Thanks!