SCODEMeetup / mofb-api

Application Program Interface for Mid-Ohio Foodbank and Service locator project
Apache License 2.0
3 stars 2 forks source link

Enhance api service to have ability to do trip planning from current location to the selected service location #41

Open vijayyadav06 opened 5 years ago

vijayyadav06 commented 5 years ago

Enhance api service to have ability to do trip planning from current location to the selected service location. Look into COTA api that provides both nearby bus stops and trip planning api's. - api.cota.com

  1. nearby bus stops
  2. Planning trip
mycarrysun commented 5 years ago

We can easily use the Google Maps Directions API for this. Now that we have the user's location I can add a PR that uses the Directions API to generate a route on the screen using the type of transportation they choose (bus, driving, walking, etc).

Edit: this will be done in the community-services-locator-ui repo not in this one