Del tilfluktsrom-posisjon med andre #3

Closed
opened 2026-03-08 19:14:19 +01:00 by olemd · 1 comment
Owner

Add a share button that lets users send shelter location to others via any messaging app.

Implementation

  • Add share icon button on the bottom sheet next to shelter info
  • Use ACTION_SEND intent with plain text content:
    • Shelter address, capacity, and GPS coordinates
    • Example: "Tilfluktsrom: Storgata 1 (400 plasser)\n59.9131° N, 10.7523° Ø"
    • Do NOT use Google Maps links — they require internet to resolve
    • Raw coordinates work in any maps app and can be typed manually if needed
  • SMS is the most likely transport when internet is degraded — keep the message short

Why

During an emergency with degraded network, people need to coordinate with family and friends. SMS may still work when internet is down. Sharing raw coordinates (not web links) ensures the message is useful even fully offline — the recipient can type them into any offline maps app.

Add a share button that lets users send shelter location to others via any messaging app. ## Implementation - Add share icon button on the bottom sheet next to shelter info - Use `ACTION_SEND` intent with plain text content: - Shelter address, capacity, and GPS coordinates - Example: "Tilfluktsrom: Storgata 1 (400 plasser)\n59.9131° N, 10.7523° Ø" - Do NOT use Google Maps links — they require internet to resolve - Raw coordinates work in any maps app and can be typed manually if needed - SMS is the most likely transport when internet is degraded — keep the message short ## Why During an emergency with degraded network, people need to coordinate with family and friends. SMS may still work when internet is down. Sharing raw coordinates (not web links) ensures the message is useful even fully offline — the recipient can type them into any offline maps app.
Author
Owner

Mulighet for å dele app link til tilfluktsrom, så mottaker automatisk åpner appen med fokus på delte tilfluktsrom?

Mulighet for å dele app link til tilfluktsrom, så mottaker automatisk åpner appen med fokus på delte tilfluktsrom?
olemd closed this issue 2026-03-08 22:23:36 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
olemd/tilfluktsrom#3
No description provided.