[ios] Open shared locations from Apple and Google maps (and other apps) #7173

Open
opened 2024-01-15 07:59:44 +00:00 by biodranik · 0 comments
biodranik commented 2024-01-15 07:59:44 +00:00 (Migrated from github.com)

OM should be visible in the "Share/select application to open" system dialog when sharing links from other maps.

As I understand, the Share Extension should be implemented that can extract coordinates or search queries from URLs, and in Google Maps case, can do (anonymous proxied) requests to Google servers and get decoded location from the response.

https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/Share.html

An example of a link shared from Apple:

https://maps.apple.com/?address=Poseidonos%20Avenue%2052A,%208042%20Paphos,%20Cyprus&auid=16361832059562202285&ll=34.746884,32.425488&lsp=9902&q=Olympic%20Lagoon%20Resorts%20PAPHOS%20-%20CYPRUS&t=m

The important scenario to support is:

  1. Open GMaps
  2. Select any object to share
  3. Press Share
  4. Select Organic Maps in the list of offered apps
  5. Organic Maps opens, decodes the URL in a privacy-friendly manner (using a proxy server), and shows the shared location from Google Maps #475

URLs shared from other apps may be supported/decoded in the same way.

Now Signal and Go Map!! are displayed as suggestions to open Google Maps urls.

https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/Share.html

https://medium.com/@ales.musto/making-a-share-extension-that-accepts-text-and-urls-in-combination-with-coredata-swift-3-a0139c0f9800

https://michaelabadi.medium.com/easy-way-to-do-share-extension-in-ios-1799fe780d6c

CC @rtsisyk

OM should be visible in the "Share/select application to open" system dialog when sharing links from other maps. As I understand, the Share Extension should be implemented that can extract coordinates or search queries from URLs, and in Google Maps case, can do (anonymous proxied) requests to Google servers and get decoded location from the response. https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/Share.html An example of a link shared from Apple: https://maps.apple.com/?address=Poseidonos%20Avenue%2052A,%208042%20Paphos,%20Cyprus&auid=16361832059562202285&ll=34.746884,32.425488&lsp=9902&q=Olympic%20Lagoon%20Resorts%20PAPHOS%20-%20CYPRUS&t=m The important scenario to support is: 1. Open GMaps 2. Select any object to share 3. Press Share 4. Select Organic Maps in the list of offered apps 5. Organic Maps opens, decodes the URL in a privacy-friendly manner (using a proxy server), and shows the shared location from Google Maps #475 URLs shared from other apps may be supported/decoded in the same way. Now [Signal](https://github.com/signalapp/Signal-iOS/blob/c8b9d1181797c5d9a55b57cc84c7d4f72ce3f813/SignalShareExtension/Info.plist#L61) and [Go Map!!](https://github.com/bryceco/GoMap/blob/master/src/iOS/PhotoShare/Info.plist#L28) are displayed as suggestions to open Google Maps urls. https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/Share.html https://medium.com/@ales.musto/making-a-share-extension-that-accepts-text-and-urls-in-combination-with-coredata-swift-3-a0139c0f9800 https://michaelabadi.medium.com/easy-way-to-do-share-extension-in-ios-1799fe780d6c CC @rtsisyk
This repo is archived. You cannot comment on issues.
No labels
Accessibility
Accessibility
Address
Address
Android
Android
Android Auto
Android Auto
Android Automotive (AAOS)
Android Automotive (AAOS)
API
API
AppGallery
AppGallery
AppStore
AppStore
Battery and Performance
Battery and Performance
Blocker
Blocker
Bookmarks and Tracks
Bookmarks and Tracks
Borders
Borders
Bug
Bug
Build
Build
CarPlay
CarPlay
Classificator
Classificator
Community
Community
Core
Core
CrashReports
CrashReports
Cycling
Cycling
Desktop
Desktop
DevEx
DevEx
DevOps
DevOps
dev_sandbox
dev_sandbox
Directions
Directions
Documentation
Documentation
Downloader
Downloader
Drape
Drape
Driving
Driving
Duplicate
Duplicate
Editor
Editor
Elevation
Elevation
Enhancement
Enhancement
Epic
Epic
External Map Datasets
External Map Datasets
F-Droid
F-Droid
Fonts
Fonts
Frequently User Reported
Frequently User Reported
Fund
Fund
Generator
Generator
Good first issue
Good first issue
Google Play
Google Play
GPS
GPS
GSoC
GSoC
iCloud
iCloud
Icons
Icons
iOS
iOS
Legal
Legal
Linux Desktop
Linux Desktop
Linux packaging
Linux packaging
Linux Phone
Linux Phone
Mac OS
Mac OS
Map Data
Map Data
Metro
Metro
Navigation
Navigation
Need Feedback
Need Feedback
Night Mode
Night Mode
NLnet 2024-06-281
NLnet 2024-06-281
No Feature Parity
No Feature Parity
Opening Hours
Opening Hours
Outdoors
Outdoors
POI Info
POI Info
Privacy
Privacy
Public Transport
Public Transport
Raw Idea
Raw Idea
Refactoring
Refactoring
Regional
Regional
Regression
Regression
Releases
Releases
RoboTest
RoboTest
Route Planning
Route Planning
Routing
Routing
Ruler
Ruler
Search
Search
Security
Security
Styles
Styles
Tests
Tests
Track Recording
Track Recording
Translations
Translations
TTS
TTS
UI
UI
UX
UX
Walk Navigation
Walk Navigation
Watches
Watches
Web
Web
Wikipedia
Wikipedia
Windows
Windows
Won't fix
Won't fix
World Map
World Map
No milestone
No project
No assignees
1 participant
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: organicmaps/organicmaps-tmp#7173
No description provided.