IOS地图标注
GET
/map/marker
//网页应用调起iOS百度地图方式举例
<a href="baidumap://map/marker?location=40.047669,116.313082&title=我的位置&content=百度奎科大厦&src=ios.baidu.openAPIdemo">地图标点</a>

请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.map.baidu.com/map/marker?location&title&content'
响应示例响应示例
{}
请求参数
Query 参数
location
number
必需
lat<纬度>,lng<经度>
title
string
必需
content
string
标注点显示内容
coord_type
string
可选
zoom
integer
可选
src
string
可选
返回响应
修改于 2022-08-22 03:06:40