【发布时间】:2014-01-15 08:02:50
【问题描述】:
我正在向 Google API 提供起点纬度/经度和目的地纬度/经度。
但作为响应,它返回零。
提供的坐标:
Origin = 70.7417,-22.6583
Destination = 48.8602,2.34107
输出结果:
This XML file does not appear to have any style information associated with it.
The document tree is shown below.
<DirectionsResponse>
<status>ZERO_RESULTS</status>
</DirectionsResponse>
来源链接:
谁能告诉我哪里出错了?
最初的点是丹麦 |皮恩特警员 | 3985 | Gronland TO France Paris 75001 Ile-de-France
【问题讨论】:
-
没错,方向服务没有包括您需要乘船或飞机旅行的路线(部分渡轮除外)。只要没有人建造从格陵兰到欧亚大陆的桥梁,你就不会得到从格陵兰到巴黎的方向的结果。
标签: php google-maps