Android using intent based get MapDirection
Android using intent based get MapDirection :
Intent intent = new Intent(android.content.Intent.ACTION_VIEW,
Uri.parse("http://maps.google.com/maps?saddr="+my_lat+","+my_long+"&daddr="+13.0820617+","+ 80.2755867));
startActivity(intent);
No comments:
Post a Comment