如何在android中找到大陆和国家/地区任何免费服务
我正在研究地理编码器找到国家和城市它工作正常 我已经使用地理编码器动态获取国家/地区名称 他们有机会获得大陆名称和国家名称吗? 静态维护很难,我需要动态维护,任何第三方 免费服务你可以找到大陆
i am working on geocoder find country and city its working fine
already i am getting country name dynamically using geocoder
is their any chance to get in continent name along with country.
it is difficult to maintain statically i need dynamically,any third party
free services u can find continent
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用互联网上可用的国家/地区列表以 json 格式创建国家/地区大陆地图。
我找到的一份清单在这里。
http://www.worldatlas.com/cntycont.htm
以下问题看起来像是重复的,答案接受
GeoLocation API
You may create map of country continent in json using the list of countries available on internet.
One list I found was here.
http://www.worldatlas.com/cntycont.htm
Following question looks like a duplicate, with an answer accepted
GeoLocation API