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)}); }
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)}); }