How do I make an app that gives me directions from my location and takes me to a unchangeable location
Posted: Sat Jan 25, 2014 3:50 pm
Hi -- sorry the links have been changed, this one are correct:
Made the app from this tutorial:
:: http://docs.appery.io/tutorials/build...
save current coordinates that you will get from Gelocation service;
then you need to pass these coordinates (current and destination) to this part:
:: http://docs.appery.io/tutorials/build...-- define them as variables for sourceAddress and destinationAddress in this part:
:: http://docs.appery.io/tutorials/build...