For an easy way to get directions in native Google Maps App from your own application with two simple lines:
Map newMap = new Map(this, "Ioannina, Greece"); newMap.openMap();
Code on gitHub.
For an easy way to get directions in native Google Maps App from your own application with two simple lines:
Map newMap = new Map(this, "Ioannina, Greece"); newMap.openMap();
Code on gitHub.