NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
# 百度地理位置信息返回 ``` { "status": 0, "result": { "location": { "lng": 116.51323215117, "lat": 40.019543190359 }, "formatted_address": "北京市朝阳区东辛店中街", "business": "", "addressComponent": { "city": "北京市", "country": "中国", "direction": "", "distance": "", "district": "朝阳区", "province": "北京市", "street": "东辛店中街", "street_number": "", "country_code": 0 }, "poiRegions": [], "sematic_description": "费家村东南390米", "cityCode": 131 } } ```