cpsc455-bugstorm / TravelersTea

A Trip Planning App that tailors travel itineraries based on user preferences and providing detailed information about destinations; making travel planning less daunting and more enjoyable.
https://travelerstea-906d.onrender.com
MIT License
6 stars 2 forks source link

Set up google places api to get stage latitude, longitude #154

Closed vee-16 closed 10 months ago

vee-16 commented 10 months ago

Following function can be called from server/googleapi/googleCoordinates.js:

getStageCoordinates :

To test getStageCoordinates:

  ----- Coordinates for Stanley Park in Vancouver -----
  { lat: 49.30425839999999, lng: -123.1442522 }
vee-16 commented 10 months ago

closes #16