SWENG500-Team7 / Carpooler

This application manages carpool groups and splits fuel costs.
0 stars 0 forks source link

Determine next destination for each trip segment #34

Closed jamelseagraves closed 9 years ago

jamelseagraves commented 9 years ago

based on distance, using Distance Matrix API

jamelseagraves commented 9 years ago

Built the method with Distance Matrix API. Just need to call when new trip segment starts (i.e. onButtonPress).