You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)}); }
The text was updated successfully, but these errors were encountered:
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)}); }
The text was updated successfully, but these errors were encountered: