高德amap 根据坐标获取的地址信息

高德地理逆地理编码接口
List<List<Address>> lists = coder.getFromLocation(33.00, 116.500, 3, 3, 3, 500); Address addres = address.get(0);

 

addres.getCountryCode=CN;

addres.getCountryCode=CN;

addres.getCountryName=中国;

addres.getFeatureName=131乡道;

addres.getLocality=亳州市;

addres.getPhone=null;

addres.getPostalCode=null;

addres.getPremises=StreetAndRoad;

addres.getSubAdminArea=null;

addres.getSubLocality=蒙城县;

addres.getSubThoroughfare=null;

addres.getThoroughfare=131乡道;

addres.getUrl=null;

posted on 2014-04-28 00:03  呆头龙  阅读(1376)  评论(0编辑  收藏  举报

点击这里给我发消息