摘要:
http://www.360doc.com/content/12/0720/13/11991_225417365.shtml 阅读全文
posted @ 2013-11-06 18:41
花花来啦~
阅读(364)
评论(0)
推荐(0)
摘要:
Geocoder geocoder=new Geocoder(mcontext); try {//5为匹配该经纬度的五种地址结果(也可以自己设置返回的匹配数),貌似五种结果都是在说同一个地方,不过返回的数据不相同,打出Log可以比较一下 List list= geocoder.getFromLocation(mlocation.getLatitude(),mlocation.getLongitude(), 5); for(int i=0;i<list.size();i++){ Log.d(TAG, "tost... 阅读全文
posted @ 2013-11-06 13:07
花花来啦~
阅读(538)
评论(0)
推荐(0)