react-native-open-map icon indicating copy to clipboard operation
react-native-open-map copied to clipboard

add title for google maps

Open togo-darrel opened this issue 4 years ago • 0 comments

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

togo-darrel avatar Jan 06 '21 18:01 togo-darrel