地图标点功能
GET
/marker
示例
http://api.map.baidu.com/marker?location=40.047669,116.313082&title=我的位置&content=百度奎科大厦&output=html&src=webapp.baidu.openAPIdemo
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.map.baidu.com/marker?location=40.047669,116.313082&title=我的位置&content=百度奎科大厦&output=html&src=webapp.baidu.openAPIdemo'
响应示例响应示例
{}
请求参数
Query 参数
location
string
必需
lat<纬度>,lng<经度>
示例值:
40.047669,116.313082
title
string
标注点显示标题
示例值:
我的位置
content
string
标注点显示内容
示例值:
百度奎科大厦
output
string
必需
示例值:
html
src
string
必需
示例值:
webapp.baidu.openAPIdemo
coord_type
string
可选
zoom
string
可选
返回响应
修改于 2022-08-22 03:01:17