How can I call yandex navigator from my windows phone 8 app?? I want to call yandex navigation app from my app??
Asked
Active
Viewed 229 times
1 Answers
0
from here: Launch another app from wp7
In Windows Phone 8 however you can use so called protocol handlers, so for example if you wan to launch Skype with selected user, you can use something like:
await Windows.System.Launcher.LaunchFileAsync("skype:myskypeid");
-
is there yandex naviagator dll for windows phone 8? I have current coordinate. I want to start yandex navigator from my wp8 app. – asahin Dec 18 '13 at 12:52
-
You can launch installed Yandex Navigator app. But i'm not sure that you can pass parameters/coordinates to this app. About which dll are you asking? – d.lavysh Dec 18 '13 at 13:09