Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Google Transit API available? [closed]

I'm working on a mobile app for Android and iOS. The customer is a public transport company, and they have requested we integrate Google Transit.

Is there an API available for Google Transit? That would make it easy on us.
Thanks!

like image 350
user1259552 Avatar asked Mar 14 '12 12:03

user1259552


1 Answers

Now, both Google Directions Web Services and Google Maps JavaScript API include building the routes with Public Transit.

Blog post:

http://googlegeodevelopers.blogspot.com/2012/06/public-transit-routing-and-layer-now.html

API docs:

https://developers.google.com/maps/documentation/directions/#TravelModes https://developers.google.com/maps/documentation/javascript/directions#TransitOptions

like image 142
Mikhail Shilkov Avatar answered Sep 20 '22 16:09

Mikhail Shilkov