AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# 百度地理位置信息返回 ``` { "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 } } ```