GNblog

百度地图api开发:根据坐标获得地理描述地址

        // 创建地理编码实例      
        var myGeo = new BMap.Geocoder();      
        // 根据坐标得到地址描述    
        myGeo.getLocation(point, function(result){
            var boundary = result.addressComponents.city+result.addressComponents.district;
             getBoundary(boundary);   
        });

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
  • 2021-12-04
  • 2021-12-06
  • 2021-09-21
  • 2021-06-05
猜你喜欢
  • 2022-12-23
  • 2021-11-05
  • 2022-01-19
  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
  • 2021-06-21
相关资源
相似解决方案