Exemple #1
0
 def getLatLon(house):
     return Utils.geoSearch(
         house.city, house.district + house.campus
     ) if house.district != "" else Utils.geoSearchWithAddress(
         house.city, house.address + house.campus)
Exemple #2
0
 def getLatLon(house):
     return Utils.geoSearch(house.city, house.district + house.campus)