The google maps API key has been restricted; The implementation of google-react-maps requires it to be on the client side which prevents the environment variable from being tainted.
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[X] Refactoring (non-breaking change)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[X] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
Get Directions or view the map of the currently selected event location
Directions are calculation from the user's geolocation assuming approval - data is not tracked or stored in any way.
Motivation and Context
Additional features and improvements
Screenshot:
Directions
https://github.com/heyitsmass/BayView/assets/58617118/9a08bc16-fe02-469b-a0f3-6c14e9206ac3
Map
https://github.com/heyitsmass/BayView/assets/58617118/58ed0842-f30e-463d-973e-4fe1e3ab3f10
Additional Notes
The google maps API key has been restricted; The implementation of google-react-maps requires it to be on the client side which prevents the environment variable from being tainted.
Types of changes
Checklist: