Like Apple maps, Google maps, Sygic it would be great if you could provide a method of intent to open Co Pilot with a start & destination location in the link from a third party application.
Eg Sygic implementation
String lon = "15.06591";
String lat = "47.73341";
String type = "drive";
String str = "com.sygic.aura://coordinate|" + lon + "|" + lat + "|" + type;
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(str)));
Ian Curtis
6 Personen gefällt die Idee