Skip to content

feat: add 'Open in Google Maps' link in trip place details#237

Open
candogruyol wants to merge 1 commit intoitskovacs:mainfrom
candogruyol:feat/google-maps-link-in-place-details
Open

feat: add 'Open in Google Maps' link in trip place details#237
candogruyol wants to merge 1 commit intoitskovacs:mainfrom
candogruyol:feat/google-maps-link-in-place-details

Conversation

@candogruyol
Copy link
Copy Markdown

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 with pi-map icon
  • place-box-content.component.ts: Added getGoogleMapsQuery() helper

Note

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant