Skip to content

add title for google maps #11

@togo-darrel

Description

@togo-darrel

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions