在 Web 应用程序中使用 Google 中转

Using Google transit in Web Application

我正在研究基于实时传输的上学期项目。所以,我想开发一个网站(使用 Python + Django Fw)来显示我们所有大学公交车的实时地理位置(Google 地图 API 或任何其他请向大学生和教授推荐最好的),并显示离他们最近的公交车站的公交车到达时间(无论他们在哪里)。这是我项目的主要模块。所以问题是

"If you provide a transportation service that is open to the public, and operates with fixed schedules and routes, we welcome your participation"

在 Google 关于

的文档中

"Why Google Maps?"

所以在这种情况下,我的网站只能由我们大学的人访问,我认为这可能违反了 Google 的政策。第二个问题,

关于Q1:(我可以使用Google中转吗? ...) 您可以使用 Google 地图路线 API(https://developers.google.com/maps/documentation/directions/) 来使用 Google 公交。 但是,有几个限制。运输机构必须在受支持的城市(http://www.google.com/landing/transit/cities/index.html) and a public transportation agencies(https://developers.google.com/transit/gtfs-realtime/)。

关于Q2:(如果我实现了这个是否可以访问...) 其他人可能会访问您的公交信息。 但是,在发布之前有关于信息的质量保证审查(https://support.google.com/transitpartners/answer/1106422?hl=en&ref_topic=1095593)。