dpa99c / phonegap-launch-navigator

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

maps.me support #118

Closed cordovapolymer closed 7 years ago

cordovapolymer commented 7 years ago

Can you add support of maps.me ? https://github.com/mapsme/omim/issues/5507

dpa99c commented 7 years ago

Looking at their documentation and source code, I'm not sure it's possible to launch maps.me in routing mode, let alone specify additional parameters such as start location and transport mode.

Let's see if someone comes back with an answer in the issue that you opened.

dpa99c commented 7 years ago

Unless/until maps.me provides a URL scheme which supports launching in routing mode, support will not be possible.

cordovapolymer commented 7 years ago

@dpa99c , thanks for your comments, I've bumped the issue on maps.me, hope we'll get the details.

dpa99c commented 7 years ago

If a satisfactory URL scheme is supplied, I'll reopen and implement.

cordovapolymer commented 7 years ago

@dpa99c It will be finally implemented in maps.me https://github.com/mapsme/omim/issues/6386#issuecomment-314040726 https://github.com/mapsme/api-android/wiki/Build-Route-and-Show-On-Map-via-Intent

dpa99c commented 7 years ago

@cordovapolymer When it's implemented in their release, I will be able to implement and test it in this plugin.

cordovapolymer commented 7 years ago

@dpa99c , thanks!

dpa99c commented 7 years ago

@cordovapolymer I've done the bulk of implementation work for maps.me support for Android and iOS. It's currently on the dev branch, until I have time to properly regression test and document it, but you can give it a try (cordova plugin add https://github.com/dpa99c/phonegap-launch-navigator#dev) and please feedback any issues you find.

dpa99c commented 7 years ago

This has now been released in v4.0.4