BYUCS452F2021 / Plan-Bae

0 stars 0 forks source link

Research Google Maps API #13

Closed tylanmm closed 3 years ago

tylanmm commented 3 years ago

We want to be able to do the following:

  1. Display the distance from the user's location to the activity location
  2. Provide a "Get directions" link that launches Google Maps with that activity's location selected
tylanmm commented 3 years ago

This page has instructions for generating a valid Google Maps URL. We might consider using the place IDs documentation so that we can make the resulting map look a bit nicer (compare examples 2 and 3).