Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我们知道经纬度,我们能得到这个国家吗?
我有一个离线场景: 我需要在没有数据的情况下获取国家/地区。我有想法使用 GeoCoder,它可以在有网络的情况下获取国家/地区。
我认为脱机工作的唯一方法是将所有内容都存储在本地数据库中。向 GeoCoder 发出请求后,您可以缓存结果,但要让一切离线工作,数据必须已经在设备上。