码迷,mamicode.com
首页 > 移动开发 > 详细

Android LBS 百度地图(参考: 《第一行代码》第二版(郭霖著)11.3.4 显示看得懂的定位信息:准确文字地址)

时间:2017-06-23 17:22:49      阅读:279      评论:0      收藏:0      [点我收藏+]

标签:信息   cout   tree   app   span   oid   oca   认知   country   

经纬度不能直接转换为人的准确认知,需要显示文字信息。

       currentPosition.append("地址:").append(location.getAddrStr()).append("\n");
            Log.d("map Address",location.getAddrStr()+"");
            currentPosition.append("国家:").append(location.getCountry()).append("\n");
            Log.d("map Coutntry",location.getCountry()+"");
            currentPosition.append("省:").append(location.getProvince()).append("\n");
            currentPosition.append("市:").append(location.getCity()).append("\n");
            currentPosition.append("区:").append(location.getDistrict()).append("\n");
            currentPosition.append("街道:").append(location.getStreet()).append("\n");

很实用有趣的功能,容易激发学习兴趣。

技术分享

Android LBS 百度地图(参考: 《第一行代码》第二版(郭霖著)11.3.4 显示看得懂的定位信息:准确文字地址)

标签:信息   cout   tree   app   span   oid   oca   认知   country   

原文地址:http://www.cnblogs.com/hbuwyg/p/7070834.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!