根据百度经纬度获取相关信息

请求地址

http://api.map.baidu.com/geocoder?location=39.999218,116.336843&output=json

返回数据格式

{
status: "OK",
result: {
  location: {
    lng: 116.336843,
    lat: 39.999218
  },
  formatted_address: "北京市海淀区中关村东路1号院-8",
  business: "五道口,清华大学,中关村",
  addressComponent: {
    city: "北京市",
    direction: "附近",
    distance: "5",
    district: "海淀区",
    province: "北京市",
    street: "中关村东路",
    street_number: "1号院-8"
  },
  cityCode: 131
  }
}

posted @ 2016-03-29 10:46  秋风落叶.  阅读(197)  评论(0编辑  收藏  举报