コード例 #1
0
ファイル: route_finder.py プロジェクト: mackyi/transloc
def get_directions(start, finish):
    routes = get_routes()
コード例 #2
0
ファイル: route_finder.py プロジェクト: mackyi/transloc
def get_nearest_stop(location):
    routes = get_routes()