在Android中使用Google Transit API

在Android中使用Google Transit API,第1张

概述我想在 Android应用程序中使用Google Transit API.但我从服务中获取数据.我使用了以下参数: http://maps.googleapis.com/maps/api/directions/json?origin=Brooklyn&destination=Queens&sensor=false&departure_time=1343605500&mode=transit 我总是 我想在 Android应用程序中使用Google Transit API.但我从服务中获取数据.我使用了以下参数:

http://maps.googleapis.com/maps/api/directions/json?origin=Brooklyn&destination=Queens&sensor=false&departure_time=1343605500&mode=transit

我总是得到这样的答复:

{   "routes" : [],"status" : "ZERO_RESulTS"}

我想我在上面的URL中使用的任何参数中都传递了错误,也许departure_time错了?

谁能说出应该传递给参数的内容?
任何人都可以帮我找到带有返回值的参数的URL吗?

解决方法 您只需将departure_time参数设置为将来某个时间(例如几天).从 here开始:

When requesting transit directions,be sure to specify either a
departure_time or arrival_time. Note that in this example the
departure time is specifIEd as July 30,2012 at 09:45 am. Update the
parameter to a point in the future before submitting the request.

试试http://maps.googleapis.com/maps/api/directions/json?origin=Brooklyn&destination=Queens&sensor=false&departure_time=1350472557&mode=transit,它有效.

总结

以上是内存溢出为你收集整理的在Android中使用Google Transit API全部内容,希望文章能够帮你解决在Android中使用Google Transit API所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1127224.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存