Example #1
0
def getDestinationCluster(p):
    return itinerary.getBusStop(p.last_city, getDestination(p)).cluster
Example #2
0
def getBusStop(p):
    return itinerary.getBusStop(p.last_city, p.location)
Example #3
0
def getLocationCluster(p):
    return itinerary.getBusStop(p.last_city, p.location).cluster