Skip to content

fix(venues): point Get Directions at the Pine Ave entrance#287

Merged
JacobCoffee merged 1 commit intomainfrom
pine-ave-directions
May 1, 2026
Merged

fix(venues): point Get Directions at the Pine Ave entrance#287
JacobCoffee merged 1 commit intomainfrom
pine-ave-directions

Conversation

@JacobCoffee
Copy link
Copy Markdown
Member

Summary

  • Replaces the generic 300 E Ocean Blvd Apple Maps URL with platform-specific deep links to the Pine Ave pedestrian entrance (33.764444, -118.191722).
  • iOS: Apple Maps with walking directions; Android: native `geo:` URI; Web/PWA: Google Maps universal search.
  • Subtitle now reads "Pine Ave entrance · Open in Maps" so attendees know which side of the building they're being routed to.

Why

Organizers asked to route attendees through the Pine Ave approach instead of the main Ocean Blvd lobby — it's the closer pedestrian path from the conference hotels.

Test plan

  • iOS: tap "Get Directions" — opens Apple Maps with a pin labeled "Long Beach Convention Center (Pine Ave Entrance)" at 33.764444, -118.191722, walking-directions mode.
  • Android: tap "Get Directions" — opens default maps app at the same coords.
  • PWA: tap opens Google Maps in browser at the coords.
  • Subtitle reads "Pine Ave entrance · Open in Maps".

🤖 Generated with Claude Code

Organizers asked to route attendees through the Pine Ave pedestrian
approach instead of the generic 300 E Ocean Blvd lobby — it's the
closer walk from the conference hotels. Coordinates 33.764444,
-118.191722 (33°45'52.0"N 118°11'30.2"W).

Replaces the single Apple Maps URL with a platform-aware
openDirections() helper:
  - iOS: maps.apple.com with q= label, ll= coords, dirflg=w (walk)
  - Android: geo:lat,lng?q=lat,lng(label) — opens default maps app
  - Web/PWA: Google Maps universal search URL

Subtitle now reads "Pine Ave entrance · Open in Maps" so attendees
know which side of the building they're being routed to.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@JacobCoffee JacobCoffee merged commit f7e968e into main May 1, 2026
2 checks passed
@JacobCoffee JacobCoffee deleted the pine-ave-directions branch May 1, 2026 00:08
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