-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Is it possible to include the title for google maps? Right now I'm seeing google maps open with "unknown location" since it just has the lat/lng
I think the url.js file might just need to be updated to something like this, according to the android doc https://developers.google.com/maps/documentation/urls/android-intents
if (app.name === 'google-maps') { return ${app.prefixe}?q=${lat},${lng}(${encodeURIComponent(title)}); }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels