add pickup location map to listing route#100
Draft
x0ba wants to merge 3 commits intoCSES-Open-Source:devfrom
Draft
add pickup location map to listing route#100x0ba wants to merge 3 commits intoCSES-Open-Source:devfrom
x0ba wants to merge 3 commits intoCSES-Open-Source:devfrom
Conversation
Author
|
sorry i think it automatically requested a review, setting this PR to a draft for now |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Add pickup location map to the individual listing page using the
react-google-mapslibrary. Requires a new frontend environment variableVITE_GOOGLE_MAPS_API_KEY, acquired from Google Cloud Dashboard.Used
react-google-mapsfor better integration with the places api for easier location searching.Testing
Not fully done yet, but the map displays properly on the route (as seen above).
TODOS
resolves #101