【发布时间】:2018-10-18 19:11:43
【问题描述】:
我正在尝试使用此 url 对指定坐标 50 英里范围内的交通事故提出简单请求
https://traffic.api.here.com/traffic/6.3/incidents/json/8/134/86?app_id={{app_id}}&app_code={{app_code}}&prox=51.5074,0.1278,80467&maxresults=10
但我收到此错误消息:
{
"Details": "Too many selection parameters specified. Please use only one parameter (quadkey or bbox or prox etc.)",
"AdditionalData": [],
"type": "ApplicationError",
"subtype": "InvalidInputData"
}
【问题讨论】:
标签: here-api