参数名称 | 参数含义 | 示例 | 必选 |
|---|
ak | 用户服务访问密钥 | CO3seSdqC***ObPGW04 | 是 |
point | 等时圈达到服务的起始点坐标,格式为:经度,纬度 |
| 是 |
profile | 改字段为枚举值,可填范围及含义如下: car_fastest (驾车时间最短) car_shortest(驾车距离最短) bike_fastest(骑行时间最短) bike_shortest (骑行距离最短) foot_fastest(步行时间最短) foot_shortest(步行距离最短) avoid_toll_fastest (避让收费时间最短) avoid_toll_shortest (避让收费距离最短) | car_fastest | 是 |
timeLimit | 耗时时间,单位秒,正整数(默认100 秒)。可填范围为(0,43200)即最大支持12小时。 profile为驾车时,timeLimit最大支持2700。 | 100 | 否 |
inputCrs | 传入坐标坐标系,支持类型:bd09ll,bd09mc,gcj02,wgs84。默认为bd09ll | bd09ll | 否 |
outputCrs | 返回坐标坐标系,支持类型:bd09ll,bd09mc,gcj02。默认为bd09ll | bd09ll | 否 |