Can we get the country if we know latitude and longitude?
I'm having an offline scenario:
I need to get the country when there is no data as well. I have idea to use GeoCoder which gets the country when there is network.
Can we get the country if we know latitude and longitude?
I'm having an offline scenario:
I need to get the country when there is no data as well. I have idea to use GeoCoder which gets the country when there is network.
I think the only way for that to work offline will be to have everything stored in a database locally. After a request to GeoCoder is made, you can cache the result, but for everything to work offline, the data has to already be on the device.