Open raikens1 opened 5 years ago
E.g. given a list of locations, return a list of travel times from each location to a "hospital"
It would be good to be able to tinker with the following parameters:
(Can start on this without #10 complete yet, but in practice this will require use to know hospital locations)
For reference: Google Maps API Documentation
This could be helpful: https://stackoverflow.com/questions/17267807/python-google-maps-driving-time
E.g. given a list of locations, return a list of travel times from each location to a "hospital"
It would be good to be able to tinker with the following parameters:
(Can start on this without #10 complete yet, but in practice this will require use to know hospital locations)
For reference: Google Maps API Documentation