高德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;

原文地址:https://www.cnblogs.com/waniu/p/3695508.html