示例#1
0
文件: person.py 项目: kercos/PickMeUp
def getDestinationCluster(p):
    return itinerary.getBusStop(p.last_city, getDestination(p)).cluster
示例#2
0
文件: person.py 项目: kercos/PickMeUp
def getBusStop(p):
    return itinerary.getBusStop(p.last_city, p.location)
示例#3
0
文件: person.py 项目: kercos/PickMeUp
def getLocationCluster(p):
    return itinerary.getBusStop(p.last_city, p.location).cluster