dpa99c / phonegap-launch-navigator

Phonegap/Cordova plugin which launches native route navigation apps for Android, iOS and Windows
369 stars 129 forks source link

Can i show launcher app logo to google map navigator app, to come back and push user current position to my server. #237

Closed kapil019 closed 4 years ago

kapil019 commented 4 years ago

Feature request

I need my app logo on Google navigator app, User can come back to my app on clicking on logo. I also need to track current position of user. Like OLA can and Uber open Google navigator with there logo.

dpa99c commented 4 years ago

While the Google Maps app on iOS supports a callback mechanism, the documentation makes it clear this does not work in turn-by-turn navigation mode:

Note: Buttons added via the x-source parameter will not be displayed in the turn-by-turn navigation UI.

Since the purpose of this plugin is to launch 3rd party apps for turn-by-turn navigation, this is therefore out-of-scope for this plugin.

Also Google Maps on Android does not support any equivalent callback mechanism.