Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When opening Google Maps from Nearby, show red pin, or at least zoom more #6101

Open
nicolas-raoul opened this issue Jan 4, 2025 · 1 comment
Assignees

Comments

@nicolas-raoul
Copy link
Member

From Nearby, when opening the item in Google Maps, it is very hard to find because there is no red pin:

screen-20250104-132925.mp4

Ideally it should show a red pin like this:

Screenshot_20250104-133326.png

... or at least zoom more, as most Wikidata items are much smaller than the map's current scale.

We must find out whether showing a red pin on an arbitrary geolocation is possible via intent. Pinning an arbitrary geolocation manually is possible:

Screenshot_20250104-155346.png


In the far future, ideally we would show the same item in Google Maps if the Wikidata item has a P2671 "Google Knowledge Graph ID" Wikidata property:

Screenshot_20250104-133227.png

Screenshot_20250104-133237.png

@savsch
Copy link
Contributor

savsch commented Jan 4, 2025

Displaying red pin at an arbitrary location should be possible:
am start -d "geo:37.7749,-122.4294?q=37.7749,-122.4294" -a android.intent.action.VIEW

I can work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants