chen0gao / bay-area-hacks-2023

0 stars 1 forks source link

Ideas #6

Open chen0gao opened 1 year ago

chen0gao commented 1 year ago

Tier 1

image https://developers.google.com/maps/documentation/javascript/examples/polyline-complex

image https://developers.google.com/maps/documentation/javascript/examples/polyline-complex API: getPath/?location1=xyz&location2 return path

Tier 2 History on dashboard App #2

Tier 3 Suggestion

https://www.codementor.io/projects/web/road-trip-planner-ce2l7lxjrm Outside guide Challenge: Google Map API

  1. plan trip
    • give source, desc, caluclate routine
    • Shortest Path Calculator (for saving)
  2. group plan
    • give multiple source, 1 desc, calculate routine for each source
  3. routine maker
    • help user better routine -ex: exercise sunday 5pm -ex: homework day 1pm at library
  4. discover opportunities / surprise me
    • find interesting activites, muesum, let app help you plan a trip during holiday
    • find a new market / store /restarant that is similar to your previous market
chen0gao commented 1 year ago

Partially free https://mapsplatform.google.com/pricing/ $200 free credit on monthly basis

search service in an area https://developers.google.com/maps/documentation/javascript/examples/place-search

search direction between two points https://developers.google.com/maps/documentation/javascript/examples/directions-simple

search direction text info https://developers.google.com/maps/documentation/javascript/examples/directions-panel

auto complete https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-directions

chen0gao commented 1 year ago