Remove google maps distance and eta calculations #165

This commit is contained in:
Kendrick Chan 2018-10-18 21:39:39 +08:00
parent df534dfe91
commit 28db60e92d

View file

@ -92,6 +92,9 @@ class MapTools
]; ];
} }
return $final_data;
/*
// get actual distance details with eta from google maps api // get actual distance details with eta from google maps api
$raw_res = $this->mapGetDistances($point, $hubs); $raw_res = $this->mapGetDistances($point, $hubs);
$res = json_decode($raw_res, true); $res = json_decode($raw_res, true);
@ -130,5 +133,6 @@ class MapTools
} }
return $final_data; return $final_data;
*/
} }
} }