feat: add 'Open in Google Maps' link in trip place details#237
Open
candogruyol wants to merge 1 commit intoitskovacs:mainfrom
Open
feat: add 'Open in Google Maps' link in trip place details#237candogruyol wants to merge 1 commit intoitskovacs:mainfrom
candogruyol wants to merge 1 commit intoitskovacs:mainfrom
Conversation
Add a link button next to the coordinates copy button in place-box-content that opens the place in Google Maps. Uses the place name + location for the search query (more accurate than raw coordinates). Useful for quickly getting directions, checking Street View, or verifying a place before visiting.
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.
Adds an "Open in Google Maps" link button next to coordinates in place-box-content when viewing a place from the trip view.
Uses place name + location as search query (more accurate than raw coordinates).
Related
Discussion: #232 (point 3)
Changes
place-box-content.component.html: Added link button withpi-mapiconplace-box-content.component.ts: AddedgetGoogleMapsQuery()helperNote
This is part of a larger set of extensions I built on my fork using Claude Code skills. The skill auto-creates full trip itineraries including place enrichment, and this link helps users quickly navigate to places during travel.