【发布时间】:2016-06-05 07:48:46
【问题描述】:
这是我使用的网址:
https://maps.googleapis.com/maps/api/directions/json?origin=28.6139,77.2090&destination=25.992003,-80.117802&key=API KEY
当我在浏览器中点击此 URL 时,我得到以下响应:
{
"geocoded_waypoints" : [ {}, {} ],
"routes" : [],
"status" : "ZERO_RESULTS"
}
源位置是德里,目标位置是 3555 N Ocean Dr, Hollywood, FL 33019, USA 。如果我将目标位置更改为任何其他位置,那么我将获得地理编码航点的值,但为什么不获取上述值?
非常感谢您的帮助。
【问题讨论】:
标签: android google-maps-api-3 map-directions