等时圈
# 查看演示 (opens new window)
# 等时圈Api
接口地址:/isochrone
请求方式:GET
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求参数:
| 参数名称 | 说明 | 请求类型 | 是否必须 | 数据类型 | 备注 |
|---|---|---|---|---|---|
| point | 第一个点 | query | true | string | 点(y,x) |
| type | 返回结果类型 | query | false | string | 可选值 json,geojson,默认json |
| reverse_flow | 是否计算返程 | query | false | string | |
| time_limit | 时间限制 | query | true | string | 单位秒 |
| distance_limit | 距离限制 | query | false | string | 单位米 |
| profile | 导航的类型 | query | true | string | |
| full_geometry | 是否返回全量空间信息 | query | true | string |
请求示例:

响应示例:
{ // 返回的是一个在您约束要求的时间内能够到达的面
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "MultiPolygon",
"coordinates":
[ ] // 空间信息
},
"properties": {
"bucket": 0,
"copyrights": [
"gishub",
"北京图创时代科技有限公司2019-2025 路径规划服务v13.11"
]
}
}
]
}
上次更新: 2024/10/15, 11:49:19