Search code examples
databasegoogle-mapsgoogle-maps-api-3gisgtfs

Is there a way to access to the database of Google Maps for the public transport?


I'd like to have access to the numbers and type of public transportation and for each of them, their stops of a certain city. So for instance, I'd like to have :

Number    Type    Stops
1         Metro   Stop1.1, Stop1.2, Stop1.3, ...
6         Bus     Stop6.1, Stop6.2, Stop6.3, ...
17        Tram    Stop17.1, Stop17.2, Stop17.3, ...
...       ...     ...

Of course, I don't really care about the format, I just want to know how to have access to the data, in order to do not re-enter it manually in my website!

Thanks for any help :-)


Solution

  • GTFS Data Exchange