Distance

免费增值
通过 Distance.to | 已更新 a month ago | Mapping
人气

9.6 / 10

延迟

459ms

服务等级

100%

Health Check

100%

返回所有讨论

Is it possible to utilize latitude and longitude in the request?

Rapid account: Lorenzopiccioli
lorenzopiccioli
4 months ago

Is it possible to do something like the following:
{
“route”: [
{
“country”: “ITA”,
“name”: “Rome”,
“latitude”: “41.78308570983228”,
“longitude”: “12.84690092345952”
},
{
“country”: “ITA”,
“name”: “Rome”,
“latitude”: “41.78308570983228”,
“longitude”: “12.84690092345952”
}
]
}

Rapid account: Distance To
Distance.to Commented 4 months ago

Sure, you can add coordinates to the name input as latitude,longitude:

{ "route": [ { "name": "41.7830857,12.846900" }, { "country": "DEU", "name": "Hamburg" } ] }

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论