为什么我对 Google Directions API 的 HTTP 请求无效?
下面是我的 HTTP 请求的 URL:
http://maps.googleapis.com/maps/api/directions/json?origin=(50.8441144,-0.1094412)&desination=(50.861796,-0.083256)®ion=uk&sensor=false
JSON响应如下:
{
"routes" : [],
"status" : "INVALID_REQUEST"
}
谷歌路线 API https://developers.google.com/maps/documentation/directions/#DirectionsRequests