Does google provide such service that we can implement in android to allow them to navigate from 1 place to another instead of coding the algorithm ourselves. For example, google has a code that enables the go to my current location on a map, is there one for directions, if not what is the easiest way to approach this.
For example this code enables a button on the map to allow users to go to current location.
map.setMyLocationEnabled(true);
Thanks.