Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - Google Maps routing

I have added Google maps functionality into my application a now I am asking you, is there any way, how can I add o this mapView routing fnctionality. I will have my coordinates from my GPS (like start) and coordinates of my destination. I would like to draw route, which I should take to reach the finish. Is it possible?

Thanks

like image 515
Waypoint Avatar asked Apr 15 '11 04:04

Waypoint


People also ask

Can you drag route on Google Maps Android?

Google Maps will highlight the quickest route for you in blue, but you can always change your route by selecting one of the grey alternative routes, or clicking and dragging the route to customize it. You can change your route on Google Maps on the desktop version or the mobile app.

Does Google Maps have a routing feature?

Does Google Maps have a Route Planner? Google Maps does have a Route Planner, and it creates driving directions to multiple locations. Users may create a map and directions to many locations. These can be for many purposes: for driving, for transit, for biking, or even for walking.


1 Answers

Hmyzak see the most promising solution given by Max Gontar...It worked for me. J2ME/Android/BlackBerry - driving directions, route between two locations

Full Source Code : http://code.google.com/p/j2memaprouteprovider/source/browse/trunk/J2MEMapRouteAndroidEx/#J2MEMapRouteAndroidEx%2Fsrc%253Fstate%253Dclosed

like image 77
Kartik Domadiya Avatar answered Sep 28 '22 08:09

Kartik Domadiya