populartimes
populartimes copied to clipboard
Bus stations popular times not showing
I'm trying to get all the bus stations in Lorient city in France and their popular times using this:
places = orig_pt.get(api_key, ["bus_station"], (47.756235, -3.338246), (47.747240, -3.383269))
But my list "places" ends up empty (and my coordinates are fine, because it works well for "bar"). However, I know that the Lorient bus stations on google maps such as the station "Porte Colbert" have popular times available. Do you know what's happening here ? Thanks
Interested too.