Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Maps algorithm

how can I implement algorithms such as Dijkstra or backtracking on Google Maps integrated in Android ? For example I want to compute a route from city A to city B such that I pay the lowest price for gas.

like image 846
bogdan Avatar asked Jul 19 '10 13:07

bogdan


1 Answers

Check this post. It has the Route finding Example. Google removes the Route finding api. But we have develop the code for the draw the route using Overlay. this is what done on that working example.

like image 96
Praveen Avatar answered Sep 30 '22 13:09

Praveen