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

Posted Notebook

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android LBS 百度地图(参考: 《第一行代码》第二版(郭霖著)11.3.4 显示看得懂的定位信息:准确文字地址)相关的知识,希望对你有一定的参考价值。

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

       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 显示看得懂的定位信息:准确文字地址)的主要内容,如果未能解决你的问题,请参考以下文章

Android教学用例程序LBS 2 - 功能设计与实现

Android开发学习之位置服务

Android 百度地图周边雷达(v6.1.3)及覆盖物

xamarin.android 绑定百度地图SDK遇到的问题

与百度LBS开放平台相比,高德地图API有啥优势?

LBS上传到百度地图